Top "Sql-server-data-tools" questions

SQL Server Data Tools (SSDT) introduces an ubiquitous, declarative model that spans all the phases of database development and maintenance/update inside Visual Studio.

How to create a user for a login in 2013 SQL Server Database Project

I'm trying to create a user with a login for a SSDT database project. The login already exists on the …

visual-studio-2013 sql-server-data-tools
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
Hook ZwTerminateProcess in x64 Driver (Without SSDT)

I found and read this question but I didn't found my answer SSDT hooking alternative in x64 systems I want …

64-bit hook driver sql-server-data-tools kernel-mode
DACPAC won't deploy because 'can't connect to server'?

I'm trying to deploy a DACPAC to LocalDB 2012 but it's just not having it: Stack trace is as follows: ================================== Could …

visual-studio-2015 sql-server-data-tools localdb dacpac
Do I need a database reference for a linked server in a SQL Server database project?

In my database project, I have added a reference to a linked server. When I use this linked server in …

sql sql-server visual-studio visual-studio-2012 sql-server-data-tools
SSDT Publish errors on Creating Publish Preview

I am using Visual Studio 2013 to manage a .sqlproj file containing our database schema. The schema has been deployed successfully …

sql-server-data-tools sqlcmd dacpac
Error while importing bacpak in Sql Server 2012

I'm getting this error while importing bacpac file from windows azure TITLE: Microsoft SQL Server Management Studio ------------------------------ Count not …

sql-server visual-studio-2012 sql-server-data-tools bacpac
Same architecture installation, why, how do I fix?

I am trying to install SQL Server Data Tools - Business Intelligence for Visual Studio 2012 on my currently installed SQL …

sql-server sql-server-2012 sql-server-data-tools
Making SSDT just generate a SQL script (and not deploy a database)

Having recently upgraded to SSDT 2012 I seem to be missing the option to just generate a T-SQL script instead of …

sql visual-studio-2010 sql-server-data-tools
Hosted VS2017 agent build master.dacpac does not exist

My solution created with VS2017 Professional contains an SQL Server Database Project that references the master database. When using the …

visual-studio-2017 sql-server-data-tools azure-pipelines