Tagged Questions

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 ...
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 ...