Visual Studio 2010 SQL Server Database Project - Ignore Stored Procedures and Functions
- by Carter
I really like the new SQL Server Database projects in Visual Studio 2010. I also like using the "Generate DROP statements for objects that are in the target database but that are not in the database project" option in the deployment properties.
However, I do not want to manage Stored Procedures and Functions using this interface; I have another…