vsdb

Problems building VS database project on TFS build server

I have two Visual Studio database projects. Both build fine on my local dev environment. On the TFS build server, with a TFS build solution containing both projcets, one builds fine and the other fails with this error: Task "SqlBuildTask" Creating a model to represent the project... C:\Program Files\MSBuild\Microsoft\VisualStudio\v9.0...

Two different VSDB Projects for DBCreation and Population?

I've just stated developing with vsdb, and while it seems to be functional, it seems like it introduces unnecessary restrictions. Effectively what I'd LIKE to do is use it to manage database creation, as well as upgrades etc. In creating, nothing special, just a if db not exists create db, and add a couple logins. I'd like to push out...

Visual Studio Database Edition (DataDude) error numbers?

Is there a list somewhere of all the output message numbers from VSDB Depolyments (VsDbCmd.exe from Visual Studio Database Edition)? For example, TSD01268 = normal action successful TSD01236 = missing referenced file (fail) TSD01237 = missing script file (fail) TSD00566 = deployment script generated to _ The way we are wrapping call...