References/walkthroughs for maintaining database schemas with Visual Studio 2010?

Posted by user206356 on Stack Overflow See other posts from Stack Overflow or by user206356
Published on 2009-11-08T19:47:26Z Indexed on 2010/05/22 6:00 UTC
Read the original article Hit count: 171

I have Visual Studio 2010 Beta 2 and SQL Server 2008 installed. I'm working with a populated database and want to modify various column types. SQL Server Management Studio requires me to drop tables to do this, and get pretty finicky given my moderate level of knowledge of SQL Server.

However, I heard the new database project type supports changing the database schema to the desired format and it will handle creating and running all the scripts to implement the changes.

I've created a VS2010 database project using the existing database as the source, but so far haven't had much luck figuring out the appropriate method to make the changes without getting an error.

As a result, I'm looking for any reference info I can find on using VS2010's capabilities in this area. Any suggestions?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server-2008