Top "Database-project" questions

Visual Studio Database Projects allow developers to create, manage, update, and deploy databases with the same development tools and processes as any other source code project.

Visual Studio 2013 database project drop column

Does anyone know the best way to drop an existing column from the database when there are rows of data …

visual-studio-2013 database-project
VS2012 Post-Deployment script referring to several other scripts

I have created a database project in VS2012. I added database structure. It works fine to publish and compare database. …

sql visual-studio-2012 database-project
Update target button is disabled after schema comparison

I have created database project using VS 2012. Once the schema comparison is done, the update target button should be enabled …

visual-studio-2012 database-project sql-server-2012-datatools
Visual Studio 2010 - Database Project with imported database fails to build

I'm looking at the Database Project in VS2010, the idea being that I want something I can use to keep …

sql-server visual-studio-2010 database-project
Build error in tfsbuild with database project

I have setup my .NET project in TFS Build. It builds fine locally, but I am getting this build error …

visual-studio-2012 tfsbuild database-project
Database Project - "Reference to external elements from the source named x could not be resolved

We have two database projects, x and x_audit. x has a reference to x_audit. x_audit deploys fine, …

visual-studio-2010 database-project vsdbcmd
How to Publish Visual Studio Database Project in VS 2015

I was unable to google this. We have an existing database project (sql server). Some new files (scripts) were added. …

visual-studio-2015 publish database-project
Unresolved References to Same Database Project

I've created a SQL Server database project in Visual Studio 2013 and imported a DACPAC taken from a production database. When …

visual-studio-2013 sql-server-data-tools database-project
Warning SQL71502 - Procedure <name> has an unresolved reference to object <name>

I'm getting the following warning in my Visual Studio 2013 project: SQL71502 - Procedure has an unresolved reference to object

sql sql-server visual-studio visual-studio-2015 database-project
How to resolve "procedure has an unresolved reference to object dbo.sysssislog"

I have a Visual Studio 2010 database project and I have imported an existing schema. There are stored procedures in this …

.net visual-studio-2010 sql-server-2008 database-project visual-studio-dbpro