I use the VS2010 premium and I have a database project in my solution. I use this only to store SP scripts and functions so that I can store them in TFS and execute them against our Dev DB.
So, I edited the solution configuration so as not to build a project that works as the output of the assembly:
------ Skipped Rebuild All: Project: SocratesApplicationDB, Configuration: Debug Any CPU ------ Project not selected to build for this solution configuration ========== Rebuild All: 15 succeeded, 0 failed, 1 skipped ==========
But, since I do not have tables with links, etc., I still get SQL03118 and SQL04151 overhead errors, which makes it difficult to find any "real" errors / warnings.
Does anyone know how to get VS to completely ignore my database project and not try to validate anything (other than to drop it from my solution)?
source share