I have a database project in VS2010. I created it by connecting to an existing SQL2005 database and then selecting “Import Database Objects and Settings”. It was great – it imported all the schema definitions for all the tables that we were then able to check in to VSTS2010. New tables have now been created in the database but not from within the project designer but by an SSIS package that we run on the server and I want to import the schema definitions for these new tables into the project also to add them to VSTS2010 source control. I can’t seem to do it. The “Import Database Objects and Settings” is now grayed out. Have googled it to death and cannot come up with anything.
Share
You can do a schema comparison between the database project and the corresponding database. The comparison will show you the differences. You can then update the project with the changes in the schema comparison window.