The dbproj tag has no wiki summary.
19
votes
6answers
5k views
Microsoft.WebApplication.targets was not found, on the build server. What's your solution?
Trying to build my project on the build server gives me the following error:
Microsoft (R) Build Engine Version 4.0.30319.1
error MSB4019: The imported project "C:\Program Files ...
9
votes
2answers
571 views
Visual Studio 2010 database edition schema compare where target is dbproj
I'm using visual studio 2010 database edition and running a schema compare against a SQL database instance to sync up new objects on the database which arent yet in my project (dbproj). My solution ...
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...
...
1
vote
3answers
61 views
VS1010 Database Projects and reference data scripts
Just wondering the best way to handle the following....
I want to have a VS2010 database project to keep the schema of my database in the dev, integration test and production environments in sync.
...
1
vote
1answer
83 views
VS2010 Partial Database Projects, will they help in my scenario?
Can I use partial Database Projects in the following scenario?
I have numerous databases which are all inter-dependent on each other. Database2 executes SPs on Database1 and Database3 and Database3 ...
1
vote
2answers
140 views
CruiseControl.NET: Ignore DB projects in a build
After upgrading to VS2010 we have a few .dbproj files that are causing issues in our CI builds. They do nothing except just store SQL files anyway, so I'd like to just ignore them. I'm running ...
1
vote
0answers
171 views
In a Visual Studio 2010 Database Project, how do I make a specified user the owner of a Schema?
As the title says, I have a user defined in my DB project that needs to be setup so that it is the owner of a specific Schema. How do I define that in the DB project?
I need to modify the creation ...
1
vote
1answer
806 views
Can't open a .dbproj file from VSTS DB Edition
The title says everything. I'm using Visual Studio Team System 2008 Database Edition and I just can't open any database project. I get the following error message:
'..' cannot be opened because ...
1
vote
2answers
366 views
How to deploy a dbproj in vs2010?
Quick question, I'm new to dbproj, how do you actually deploy it to my sqlserver from vs2010? I built the dbproj, and it created a bunch of files in sql/debug folder, then what do I do?
0
votes
0answers
16 views
Error SQL03120 on Trigger scripts in 2008 DB Project
I'm working on adding a database project in VS2010. I created a SQL 2008 DB Project, pointed at the development server, and it seems to have generated all of the appropriate schema objects. However, ...
0
votes
1answer
48 views
In my dbproj, setting «Copy always» or «Copy if newer» on a file fail the build on the build server
In VisualStudio 2010, we have a scenario where one dbproj (B) reference another dbproj (A).
In dbproj (A), if I set the build action on one of our custom sql script in the Scripts folder to «Copy ...
0
votes
2answers
187 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
384 views
Visual Studio 2010 crashes when multiple instances are open with the new database projects
We have several websites we maintain. Each is contained in a solution, and most solutions share libraries, etc. Each solution also shares several database projects. We don't use any sort of automated ...
0
votes
1answer
256 views
VSDBCMD deployment for additions to third party databases
We have some custom objects (stored procedures etc) in an SQL Server 2005 database belonging to an ERP system. The custom objects are in different schemas to the ERP objects. We're using Database ...