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.

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
To run a SSIS package outside of SQL Server Data Tools you must install Move File to Archive of Integration Services or higher

I am testing SSIS package that I upgraded from VS2005 project to VS2013 (package deployment model) project. This is very …

sql-server ssis sql-server-data-tools ssdt-bi
Error when installing SSDT (SQL Server Data Tools)

I have a problem during the installation of SQL Server Data Tools for Visual Studio 2017 I get the following error (…

sql visual-studio-2017 ssms sql-server-data-tools sql-server-2017
SSDT-BI SSIS in x64?

I run Visual Studio 2012 and I'm new to SSIS. I attempted to install SSDT-BI (June 2013 version) in order to research …

sql-server visual-studio-2012 ssis sql-server-data-tools ssdt-bi
Microsoft SQL Server Data Tools package did not load correctly

Everything about my VS 2013 install appears to be working correctly except when I right click on a table in Server …

sql sql-server visual-studio-2013 sql-server-data-tools
Missing SSIS toolbox in Visual Studio 2017

I am running SQL Server 2014 on my machine. I have installed SSDT for Visual Studio 2017, which I also have. Now …

sql-server visual-studio ssis etl sql-server-data-tools
How to build .sqlproj projects on a build server?

I have many .sqlproj projects that need to be built on our build server. I don't want to install all …

sql-server-data-tools build-server
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
Database project deploy fails in Visual Studio 2013

I have a database project in a solution which will not deploy from Visual Studio 2013. It fails with an error …

visual-studio-2013 sql-server-data-tools sql-server-2014
Publish DACPAC to SQL Server 2014 using SqlPackage.exe?

I've been successfully publishing DACPACs to SQL Server 2008-2012 instances using SqlPackage.exe, as installed by SQL Server Data Tools (…

sql-server-2014 sql-server-data-tools sqlpackage