Tagged Questions
This tag refers to Microsoft's Visual Studio Team System Database Edition. In earlier versions of the product the database edition was known as "Database Professional" aka "DB Pro".
30
votes
1answer
3k views
What is the function of the DBMDL File in VS database project
What is the function of the DBMDL file in a visual studio database project?
6
votes
4answers
379 views
Which files from a VSTS Database Edition GDR R2 project should be excluded from source control?
I'm getting ready to setup a Visual Studio Database Edition GDR R2 project with source control. Which files (if any), should be excluded from source control?
5
votes
1answer
193 views
Vs2010 Data Generation Plan fails with “Data generation failed because of the following exception: Column ”xyz“ does not allow DBNull.Value”
I'm fairly new to Vs Data capabilities, and this is my first data generation plan. I have implemented a database using a Vs2010 database project, and used it to deploy to a sql server express 2008 ...
4
votes
4answers
535 views
Visual Studio Database Professional GDR R2 takes a long time to serialize DBMDL file
The amount of time it takes to completely serialize the DBMDL (to finish "Your project will be available after 10000 operations are completed) is becoming a hindrance to productivity.
I've done what ...
3
votes
1answer
648 views
How to build .dbproj without VSTS DB installed?
Is it possible to build Visual Studio Database Project (.dbproj) on a machine without Visual Studio Team Suite or Team Foundation Build installed?
I've got a "clean" machine running CC.NET and would ...
2
votes
0answers
56 views
How to automatically regenerate DB partial project files?
I am using advanced version of Visual Studio 2010 and using database projects. There's a feature of exporting database schema as partial project (which creates *.files output file), but it is ...
2
votes
4answers
3k views
VS2010 DB Project Deploy Error SQL01268 Directory Lookup Failed
My VS2010 database deploy is failing on my build server, which has SQL Server 2008 R2 installed on it. Here's the output that's relevant:
Creating Acme.Database...
...
2
votes
0answers
171 views
Is there any way to get the visual studio 2010 task list to work with database projects?
Is there any way to get the visual studio 2010 task list to work with database projects?
2
votes
1answer
432 views
How do you make the unit test sleep for a period of time within the database pro version of visual studio?
using visual studio (database pro) 2008, i have created a unit test (using the SQL unit test) that tests several stored procedures in order.
The solution is designed to call each SP after a period ...
2
votes
0answers
531 views
Visual Studio Database Pro Partial Projects Constraints Issue
In Visual Studio 2008 Database edition one can use "partial projects" to allow a database to be separated into multiple projects for deployment and maintainability. I have been looking into doing this ...
1
vote
2answers
86 views
Visual Studio DB project fails to detect changes to stored procedure parameters. Is that normal?
Whilst working on a SQL Server 2008 database project in Visual Studio 2010 I added a new parameter to an existing stored procedure definition. When I built the project it failed to detect that ...
1
vote
1answer
346 views
Using Visual Studio 2008 DBPro to convert database from Sql 2005 to Sql Server 2008
I have a DBPro database project that was created for Sql 2005. I am trying to build this on a different environment, with Sql 2008, and I am getting the following error:
MSBUILD : Build error TSD158: ...
1
vote
1answer
410 views
Data Dude/VS Team System Database - Use with multi project databases
My current project uses Visual Studio Team System for Database Professionals GDR2 (aka DataDude). We are the only application using the database that we model using DataDude.
My company would like ...
1
vote
1answer
460 views
How to edit default templates for database objects using VSTS 2008 Database Edition GDR Version
I'm giving Visual Studio Team System 2008 Database Edition (GDR Version) a go on a new project I'm working on and have come up against a slightly annoying problem that I am hoping someone knows how to ...
0
votes
0answers
4 views
Correct way to apply domain group permissions in Visual Studio 2010 Database Project?
I have a database project which deploys to a 2005 database.
The database contains useful tools and will be replicated to multiple servers.
I have a group on my Windows domain called 'CM_Tools' - any ...
0
votes
1answer
19 views
How can I automatically kick-off deployment of a VS database project after the deployment of another database project
I have a Visual Studio 2010 solution containing 2 database projects, the primary project is a SQL Server 2005 database project, the secondary project is a 2008 database project. The main 2005 project ...
0
votes
2answers
152 views
Visual Studio error when trying to open dbproj files
I have Visual Studio 2008 Database Edition, and everything worked great until the first time I tried to load a .dbproj file. These database project files work for the other developers I work with, but ...
0
votes
0answers
305 views
How Can I Specify DefaultDataPath in MSBuildTask Calling DBPROJ
I'm trying to automate the deployment of a database to a remote server. The remote server uses separate drives for the Data and Logs. I'm using MSBuild and a Database Project (.dbproj) file to do ...
0
votes
1answer
53 views
vstsdb sdk for the build machine
In setting up our TFS 2010 build machine we are trying to avoid installing visual studio(2005/2008/2010). For most builds just installing the necessary SDK has allowed us to get good builds w/o ...
0
votes
1answer
177 views
Dynamically read files in VS DBPro (using SQLCMD)
I'm using VS2008 DBPro. In my PostDeploy file I have many lines like this one
:r .\Data\Test\Classifiers.CodeType.data.sql
:r .\Data\Test\Classifiers.Currency.data.sql
:r ...
0
votes
1answer
808 views
Database deploy with VSDBCMD.exe not using integrated security
I'm trying to deploy a Visual Studio Database Project (GDR R2) using the VSDBCMD.exe utility. I can successfully deploy when the connection string is using Integrated Security, but when I switch to ...
0
votes
1answer
590 views
Visual Studio DB GDR2 - Can I deploy to a File without SysAdmin Privleges?
I have a Data Solution that has a Database Project and a Server Project.
I want to deploy to an SQL Script. I don't want to have to have SysAdmin privileges on the SQL Server (SQL 2008).
Is there a ...