0
votes
0answers
6 views
Nontrivial incremental change deployment with Visual Studio database projects
Let's assume that I'm doing some sort of nontrivial change to my database, which requires "custom" work to upgrade from version A to B. For example, converting user ID columns from …
0
votes
0answers
16 views
Visual Studio For Database Professionals 2008
Anyone know any a few good references for getting familiar with the SQL Server 2008 Database projects? I am getting a bit overwhelmed and would love to find a walk through for put …
0
votes
2answers
43 views
How to force VS2008 to “Generate Create Script to Project” to multiple files when multiple stored procedures are selected?
I'm using Visual Studio 2008 Developer Edition and I've created a Database Project and want to generate CREATE scripts from my database and save them in my database project.
It wo …
0
votes
1answer
216 views
Visual Studio 2008 Database project Deployment Baseline
Hi all,
I have a question about creating a deployment script using a database project in Visual studio 2008.
In a more traditional project we would create a deployment script tha …
0
votes
1answer
67 views
database project takes a long time to open
Whenever I open my SLN that has multiple database projects under it, it takes a very long time (10 to 15 mintues) to open. The messages I get are:
Analyzing database schema. Your …
1
vote
2answers
164 views
Pre-Deployment in Database project
Visual Studio 2008 Database project for SQL Server 2008
The project has placeholders for Pre-Deployment and Post-Deployment SQL scripts. They work - well, most of the time anyways …
2
votes
1answer
39 views
Using MS Team System 2008 Database Edition
Hi, guys!
I'm wanting to start source controlling our DBs. I've read a lot of questions here and have found that MS Team System 2008 with Database Edition is what I need. So we ge …
1
vote
2answers
222 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.sqlperm …
0
votes
1answer
98 views
Unable to Load Database project in VS2008
I have Database project which I'm unable to load in VS2008 and I have SQL Server 2008 Express edition installed on my machine..
I get following error message, when I try to load
…
0
votes
1answer
83 views
Timestamps during MS Build
I have a single solution with multiple database projects and an SSIS projects. The entire build and deploy portion takes a few minutes especially because we deploy unit test data a …
0
votes
0answers
27 views
Syncing permissions between a Database project and a database using Visual studio
I have a database project in visual studio (2008) that I am using to keep my database structure in a version control system (Git). I use the data schema compare tool in VS to mai …
0
votes
2answers
189 views
Executing scripts from a database project in visual studio
I am trying to add some stored procedure to a build process in visual studio (using MSBuild).
I have a database project (*.dbp) added to my solution, however unlike some of the o …
0
votes
1answer
80 views
Duplicate Schema
I am creating and maintaining my SQL Server 2008 warehouse database using a Visual Studio 2008 project.
When I try to deploy the project, I get an error as below
Creating DataWar …
2
votes
1answer
55 views
Post build on database project
In Visual Studio 2008, I have this database project to manage my SQL Server 2008 database. This has a prebuild and postbuild SQL Script that contains an example like this:
:r .\my …
0
votes
2answers
89 views
Do I need the .dat file when I place a visual studio database project under version-control
I have a visual studio 2008 database project that is under version control (git). I am getting conflicts in the project_name.dat when I try to merge my branches.
So my questions …
