sql-server-data-tools

Getting error running SSIS package on non-SSIS Server [duplicate]

蹲街弑〆低调 提交于 2020-01-14 22:47:43
问题 This question already has an answer here : Executing SSIS 2012 package that has script components from external application (1 answer) Closed 5 years ago . I'm working in SSDT 2012. I've created a DTSX package that I have deployed to a SQL Server that does not have SSIS installed. My undertstanding is that this should work. However I keep getting the following error: To run a SSIS package outside of SQL Server Data Tools you must install Derived Column of Integration Services or Higher. I'm

Getting error running SSIS package on non-SSIS Server [duplicate]

流过昼夜 提交于 2020-01-14 22:45:56
问题 This question already has an answer here : Executing SSIS 2012 package that has script components from external application (1 answer) Closed 5 years ago . I'm working in SSDT 2012. I've created a DTSX package that I have deployed to a SQL Server that does not have SSIS installed. My undertstanding is that this should work. However I keep getting the following error: To run a SSIS package outside of SQL Server Data Tools you must install Derived Column of Integration Services or Higher. I'm

How to run different pre and post SSDT pubish scripts depending on the deploy profile

梦想的初衷 提交于 2020-01-11 06:36:06
问题 I am using SSDT in Visual Studio 2013. I have created some pre and post publish scripts for the development server. The pre-deployment scripts empty data from tables and re-set all the auto identity fields. The post-deployment scripts populate the tables with static and sample data. Now I need to publish the database to our staging and live database servers. I have created new "publish.xml" profiles for these servers. But obviously I don't want the same pre and post scripts to run. How can I

Microsft SQL Server Data Tools for Visual Studio 2015 giving debugging error

匆匆过客 提交于 2020-01-07 03:59:17
问题 I have created small SSIS project in SQL Server Data Tools for Visual Studio 2015. While debugging the project I am getting below error. Unable To Start debugging. The Debugger is not properly installed Run setup to install or repair the debugger. (Microsoft.DataTransformationServices.VsIntegration). 来源: https://stackoverflow.com/questions/44447230/microsft-sql-server-data-tools-for-visual-studio-2015-giving-debugging-error

Deployment of SSRS 2012 From SSDT Fails - The specified report server URL could not be found

為{幸葍}努か 提交于 2020-01-06 15:49:10
问题 I have recently installed SQL Server 2012 Developer on my laptop. I created a simple SSRS report using AdventureWorks201. The report builds fine but will not deploy. I get the error "The specified report server URL http:/localhost/Reports_MSSQLSERVER2012 could not be found" I am able to browse to said URL without issue. I can even upload the report and run it just fine. I am using an administrator account in both cases (on the URL and within SSDT). Is there some reason why SSDT cannot see the

Deployment of SSRS 2012 From SSDT Fails - The specified report server URL could not be found

和自甴很熟 提交于 2020-01-06 15:49:09
问题 I have recently installed SQL Server 2012 Developer on my laptop. I created a simple SSRS report using AdventureWorks201. The report builds fine but will not deploy. I get the error "The specified report server URL http:/localhost/Reports_MSSQLSERVER2012 could not be found" I am able to browse to said URL without issue. I can even upload the report and run it just fine. I am using an administrator account in both cases (on the URL and within SSDT). Is there some reason why SSDT cannot see the

SQL Server Data Tools (SSDT) warns of an unresolved table reference, but the table exists

和自甴很熟 提交于 2020-01-06 04:34:46
问题 SSDT complains that within the code of a stored procedure, a referenced table does not exist. Warning SQL71502. But the table does exist, and its definition is valid. The table is not in another database, and it even appears correctly in intellisense menus. This is a very straightforward, small database and the problem is just between a local stored procedure and a local table. Both scripts are set to Build. How can I remove this invalid warning? 回答1: Solved - sometimes you just have to step

SSDT disappeared! in VS 2013

感情迁移 提交于 2020-01-06 02:36:26
问题 I have started to prefer SSDT to SQL Management studio. But suddenly when I needed it I could not find SQL Server Object Explorer in view menu. Not sure who took it away, I recently pushed update-2 for visual studio. I could not locate stand-alone version of SSDT for VS-2013 Can any one please save me from re-installing Visual Studio :-( 回答1: According to this blog post on MSDN SSDT is now an integrated part of VS: Visual Studio 2013 - VS 2013 now has SQL Server tooling built in and shipped

TFS Migration - Database Project Circular Dependency

旧街凉风 提交于 2020-01-06 01:44:49
问题 I am trying to create a solution for a web application (that also contains the database as a database project) and then deploy it from TFS using web deploy for the application and DACPAC for the SQL database. Unfortunately the database is referencing another database using 3-part names: Select * From Database1.dbo.Table1 This forces me to import the referenced database as a project in the solution for the application that references it and set it as a reference in the other project, as seen

How can I use nuget with SSDT?

守給你的承諾、 提交于 2020-01-04 13:47:26
问题 I am working on an Integration Services project. One of the data sources I use calls for a package to be installed from nuget. I tried to go to "Tools > NuGet Package Manager" but it is not available in SQL Server Data Tools (SSDT). Next I tried to install nuget by downloading it from the nuget.org website. I got the following error: VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. How can I use nuget with SSDT? 回答1: The SSIS