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
2answers
420 views

Where is the handy designer for setting Permissions and schema diagram designer in a SQL2005 Database Project in VSTS2008 Database Edition GDR RTM?

I have just installed the GDR RTM version of Visual Studio Team System Database Edition GDR RTM. It all seems to work wonderfully, but I seem to have to edit XML (Database.sqlpermissions) for specify ...
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 ...