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.

'Incorrect SET Options' Error When Building Database Project

We are using Visual Studio and a database project to generate our database. I just made a number of database …

sql-server sql-server-2008 database-project
Visual Studio 2015 Database Project directory contains a file with extension jfm

Assuming we have a database project called MyDatabase then a file called MyDatabase.jfm appears in the root of the …

visual-studio-2015 sql-server-data-tools database-project
What is the function of the DBMDL File in VS database project

What is the function of the DBMDL file in a visual studio database project?

visual-studio database-project visual-studio-dbpro
Visual Studio 2013: Database Project MSBuild error

I've got a database project as part of my solution in Visual Studio 2013. Been working perfectly for the last 3 weeks …

msbuild visual-studio-2013 database-project
How to properly manage database deployment with SSDT and Visual Studio 2012 Database Projects?

I'm in the research phase trying to adopt 2012 Database Projects on an existing small project. I'm a C# developer, not …

sql visual-studio-2012 sqlcmd database-project sql-server-data-tools
How to publish DACPAC file to a SQL Server database project via SQLPackage.exe of SSDT?

I'm using SSDT for Visual Studio 2012 here and using its command-line tool SQLPackage.exe to publish a .dacpac file. I …

publish database-project sql-server-data-tools dacpac sqlpackage
Database schema compare options in Visual Studio 2013 - where to set global options?

I'm just in the middle of migrating my solutions from Visual Studio 2010 to Visual Studio 2013. I have this (maybe) silly …

visual-studio-2013 database-project
Unresolved references in Microsoft Visual Studio SQL Database project

I have a MS DataBase project in Visual Studio -- after doing a Schema Comparison, I am trying to generate …

sql-server visual-studio database-project gdr
VS2013 Database Project fails to build

I created a new SQL Server Database Project in VS2013 (Update 3) and attempted to build but it fails. The only …

visual-studio-2013 database-project
Visual Studio thinks correct SQL syntax is incorrect

In Visual Studio 2013, I have created a database project and imported an existing database. At first all was fine, and …

tsql visual-studio-2013 syntax-error database-project