Do the database tools is VS2010 properly support SQLCE? VS2008 certainly doesn't. I learned long ago to just not use it. Instead I use SQLCE Desktop Manager, generate a DB creation script and keep that script with my VS solution. Of course, in my situation (windows mobile) I never need to migrate a database. I would delete it and recreate it with the updated script.
David "If we can hit that bullseye, the rest of the dominoes will fall like a house of cards... checkmate!" -Zapp Brannigan, Futurama On Fri, May 7, 2010 at 05:34, Grant Maw <[email protected]> wrote: > I primarily use the schema compare tools to keep all my database table, > stored procs, functions and other objects together and in source control, > but there are data generation plans and a bunch of other tools that means > you rarely need to leave the IDE. The functionality and tooling is a lot > richer than it was in previous versions. I'm still learning a lot of the > features :) > > I am using VS2010 Ultimate, but from what I understand that database tools > should now be available in most versions, though I could be wrong on that > point. >
