Tagged Questions

2
votes
1answer
1k views

Unresolved references in Microsoft Visual Studio SQL Database project

I have a MS DataBase project in Visual Studio -- after doing a Schema Comparison, I am trying to generate a deploy script, the problem is I get hundreds of Unresolved references errors,such as the ...
1
vote
1answer
515 views

GDR - deploying multiple database targets with one project

I'm using Visual Studio Team System 2008 with GDR Version 9.1.40413.00 and am trying to resolve the issue of deploying a single DB project to multiple databases. For instance if I have a ...
0
votes
1answer
53 views

Why do dropped procedures get commented out?

I'm using the GDR 2/Database Project 2008. After doing a schema comparison, dropped objects like stored procedures get created in the database project with a /* */ comment around the entire ...
0
votes
1answer
123 views

TFSBuild.Proj and Manual SQL Server Work Help?

Using the VS 2008 GDR update, I have created a database project. I have created a SQL Server deployment package. I have created a database unit test. Using some wizards, the stuff got into my ...