Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
4k views

Database deploy (vsdbcmd.exe): DatabaseName and DefaultDataPath are ignored?

Visual Studio database edition comes with a tool, vsdbcmd.exe, that should allow someone to deploy a .dbschema file (which is generated by the database project on build) to a database. It does this by ...
5
votes
3answers
837 views

How to organise a VSTS Database Edition Solution/Project (GDR)?

We use TFS and are looking at using VSTS Database Edition GDR . I would like to know the best way to structure our projects and wondered if anyone has any experience in this. Let me explain our ...
2
votes
1answer
421 views

VS DB Edition - Database Project vs. Server Project

When creating a new database project with the Database Edition of Visual Studio, you can choose to create either a Database Project or a Server Project. What is the difference between the two? The ...
1
vote
1answer
191 views

Is it possible to run Visual Studio Database Edition schema migrations from the command line?

Visual Studio 2008 Database Edition (Data Dude) has the ability to perform schema comparisons between databases and generate a script which migrates from one database to the other. Is it possible to ...
1
vote
1answer
561 views

Visual Studio + Database Edition + CDC = Deploy Fail

I've got a database using change data capture (CDC) that is created from a Visual Studio database project (GDR2). My problem is that I have a stored procedure that is analyzing the CDC information ...
1
vote
1answer
182 views

Visual Studio 2008 Database Edition - how to Source control with visualsvn and other db features in vsts db edition?

I was wondering if anyone has any links to tutorials or walk throughs for managing db's with vsts Database edition? Specifically i am looking how to do source control with visualsvn? I have ...
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
92 views

Visual Studio 2008 crashes when adding SQL Server 2005 database project to existing solution

Update: I just tried the exact same process with a different solution and database and it worked correctly. Therefore I can only assume there's something funny with the first solution. I'll compare ...
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
3answers
264 views

Visual Studio Database Edition - Do I have the Current Version?

Is there a way I can tell if I have the latest version of Visual Studio Database Edition? When I select Help in my VS 2008, I see the following entry for Database Edition: Microsoft Visual Studio ...
0
votes
3answers
176 views

You have insufficient permissions to create the database project

I am running Vista and I am not using Admin user. I tried with an Admin username too, but it did not work. Any ideas?
0
votes
1answer
171 views

Visual Studio Team System 2008 Database Edition - no Code Analysis tools?

I can't find the code analsis tool in Visual Studio Team System 2008 Database Edition. Is this feature not available in the Database Edition?
0
votes
1answer
174 views

VSTS Database Edition - Intellisense for creating tables etc?

Just begin starting to use Visual Studio 2008 database edition and loving it.... but there doesn't seem to be any intellisense inside create table for example .. in the editor ... and it also ...
0
votes
2answers
1k views

Can SQL Server 2008 Enterprise Edition install to Windows 7 Professional Edition?

I want to install SQL Server 2008 Enterprise Edition to Windows 7 Professional Edition. I tried many times, but it also failed. Is it possible to do that? Anyone has successful to install on this ...
0
votes
1answer
114 views

Database msi installer using Team System Database Edition

Has anyone developed a msi setup for database using an embedded resource for the sql scripts. The sql scripts should be the output of the Databse project of Team System Database Edition (Database ...