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.

Unable to compare database schema using SSDT Visual studio 2012 "Unable to determine the database platform type. The database may be unavailable.."

I have created database project in Visual studio 2012 Version 11.0.60610.01 Update 3. I am using this database project for comparing and publishing …

c# visual-studio-2012 sql-server-2008-r2 sql-server-2012 sql-server-data-tools
What does DACPAC stand for?

In Visual Studio 2012 we have new project type called SQL Server Database Project and when compiled will create a .dacpac …

visual-studio compilation sql-server-data-tools dacpac
Import Database in VS 2015 SQL Server Database Project

I recently had troubles Importing a Database from a SQL Server Database Project in VS 2015. Just hoping this helps some …

visual-studio-2015 sql-server-data-tools
SSIS:File System Task 'Could not find file'

I am working on a SSIS project that download a file via web and upload the data in sql server …

sql-server ssis etl sql-server-data-tools ssis-2012
Using Microsoft.Build.Evaluation to publish a database project (.sqlproj)

I need to be able to publish an SSDT project programmatically. I am looking at using Microsoft.Build to do …

c# visual-studio-2010 msbuild msbuild-propertygroup sql-server-data-tools
ServerConnection.ExecuteNonQuery in SQLCMD Mode

I am using the Microsoft Data-Tier Application framework to create a deployment script based on a DacPackage object. I am …

c# sql-server sqlcmd data-tier-applications sql-server-data-tools
Build error : Incompatible versions of SQL Server Data Tools and database runtime components are installed on this computer

I have a Visual Studio 2012 project that reports an error from msbuild when trying to publish the database from the …

sql-server-data-tools
How to make DACPAC update only one schema?

I have a VS2013 solution with *.sqlproj project that contains objects specific to this solution. The issue is that this …

sql-server azure-sql-database sql-server-data-tools dacpac
Purpose of ProjectsV13 LocalDB instance

According to this answer, SQL Server Data Tools uses a private LocalDB instance ProjectsV13, which you're not supposed to use …

visual-studio sql-server-data-tools localdb