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.

SQL Server project executing multiple script post deploy

I have a SQL Server 2008 DB Project, and want to execute multiple scripts, in order, on post deploy. I've added …

sql sql-server visual-studio sql-server-2008 database-project
Visual Studio 2010 Database Project - Unresolved Reference to a Synonym

We have a couple of synonyms that are being used to reference tables in a separate database (that's on the …

visual-studio-2010 database-project
Visual Studio Database project: checking if SQL server login exists before creating it

When I create a Visual Studio database project for SQL 2012 and synchronise it with an existing database (using Compare Schema), …

sql-server visual-studio-2010 login database-project
Re-Importing/Updating a SQL Server database project after I modify the DB in Mgmt Studio

My team is working with a .NET 2008 DB Project in their solution so we have some way to persist the …

.net sql-server database-project
Visual Studio database project fails to publish, no error messages

I have several database projects in the same solution. They all fail to publish. My Visual Studio version is Enterprise 2015. …

visual-studio-2015 database-project
WITH CHECK | NOCHECK OPTION FOR EXISTING DATA CHECK ENFORCEMENT IS IGNORED

I am using Visual Studio 2012, with a SQL database project and running database analysis against this database and it is …

sql-server visual-studio compiler-warnings static-analysis database-project
Why does my DB project's .dbmdl file change even when I make no changes to the project?

I'm running into a small but weird annoyance that seems to be happening to other people, too (for example, check …

sql-server database visual-studio visual-studio-2010 database-project
Best practice to populate static data using a Visual Studio 2010 database project?

How do you populate your database with static, source-controlled data using a Visual Studio database project? I have tried all …

visual-studio-2010 populate database-project
How to handle users and logins in Visual Studio Database Project?

I've built a database in SQL Server 2008 R2 and am using Visual Studio 2010 Ultimate to create a database project for …

sql-server visual-studio-2010 visual-studio sql-server-2008-r2 database-project
The parameter PASSWORD cannot be provided for users that cannot authenticate in a database

When I log in to azure portal select my SQL Database -> Tools -> QueryEditor and enter: ALTER …

sql-server azure-sql-database database-project