Tagged Questions

GDR - General Distribution Release (Microsoft)

learn more… | top users | synonyms

7
votes
2answers
2k views

ASP.NET Schema Tables Causing Issues in VSTS

After installing the VSTS Database GDR and importing a SQL Server 2005 database that includes the ASP.NET provider schema tables, I get the following warnings: TSD04151: Procedure: ...
4
votes
3answers
796 views

How do I customise the CREATE DATABASE statement in VSTS DB Edition Deploy?

I'm using VSTS Database Edition GDR Version 9.1.31024.02 I've got a project where we will be creating multiple databases with identical schema, on the fly, as customers are added to the system. It's ...
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
177 views

Database Unit Test in Visual Studio Compare Vars/Columns?

I have a Visual Studio 2008 GDR Database Unit Test (Data Dude) with some TSQL that calls a sproc. I then have a single select statement that produces a 1-row result set with 2 columns. I want to pass ...
1
vote
1answer
602 views

What is Visual Studio GDR R2, and do I still need the Power Tools?

I am working on quite a large DB based project and I like the look of a few of the power tools. Looking through the related downloads, I found out about GDR R2, I cannot find out that much ...
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 ...
1
vote
2answers
416 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
0answers
156 views

TSD03006: Column X contains an unresolved reference to an object; Either the object does not exist or the reference is ambiguous

I found questions close to this one, but not an exact duplicate. If I missed it, I apologize. When I try to generate a deploy script for a SQL Server database project in Visual Studio 2008, I get the ...
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
368 views

Issues Visual Studio Team System 2008 Database Edition and GDR

I have Visual Studio Team System 2008 Team Suite, that included Visual Studio Team System 2008 Database Edition. I have VS 2008 SP1, .net framework 3.5 sp1. In a project SQL parser, we need to add ...
0
votes
1answer
42 views

IsTornPageProtectionOn in Visual Studio Database Edition GDR

im having major issues trying to mirror our newly upgrade database solution (to GDR)... specifically the database project settings. when i run a schema compare, i get differences on the ...
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 ...
0
votes
1answer
420 views

VSTS DB GDR - Why are references unresolved within the same database?

I am playing around with the Visual Studio Team Suite Database Edition GDR, and I've imported several of our databases. I have literally thousands of warnings, most of which are unresolved ...