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.

Using SSIS BIDS with Visual Studio 2012 / 2013

I want to use SSIS /BIDS project in Visual Studio 2012. I have both Visual Studio 2010 and Visual Studio 2012 installed along …

visual-studio-2012 ssis visual-studio-2013 bids sql-server-data-tools
SSDT(SQL Server Data Tools) Missing from Visual Studio 2015

I've installed Visual Studio 2015, but the ssdt features are missing as you can see below I checked the ssdt option …

visual-studio visual-studio-2015 sql-server-data-tools
SSDT installation issue (Failed to execute EXE package.)

I am having an issue with the SSDT installation for VS2017. I have ran the installer three times, once basic, …

visual-studio-2017 sql-server-data-tools failed-installation
Business Intelligence - SSDT for Visual Studio 2013

I was searching for Business Intelligence SSDT tools on Visual Studio 2013. I found SSDT for Visual Studio 2012 here, http://www.…

visual-studio-2013 business-intelligence sql-server-data-tools
VS 2012 Database Project "unresolved reference to object" Error

I created SQL Server Database Project in VS 2012 & imported our database. When I build the project, I get a …

database visual-studio-2012 sql-server-data-tools
unresolved reference to object [INFORMATION_SCHEMA].[TABLES]

I've created a UDF that accesses the [INFORMATION_SCHEMA].[TABLES] view: CREATE FUNCTION [dbo].[CountTables] ( @name sysname ) RETURNS INT AS …

sql sql-server tsql sql-server-data-tools
Error while uploading a report

I have create a report using visual studio 2015 with SSDT Tools installed from the following link https://msdn.microsoft.com/…

sql reporting sql-server-data-tools
Visual Studio 2013 incompatibility with MS SQL Server 2014

I downloaded MS SQL Server 2014 Enterprise Edition from MSDN. I want to do a server backend in C# and MS …

sql-server visual-studio-2013 sql-server-data-tools sql-server-2014