ssis

SSIS: Configuration of Dynamic Connection String Integrated Security Mode

风流意气都作罢 提交于 2021-02-10 20:32:40
问题 Setup In the local environments, we're using SQL Authentication with Username and Password to connect to the databases. I created a Project Connection Manager that has expressions bound to Project Properties, Username and Password being set to sensitive. On the dev server, when the SSIS run, it needs to use an AD account. I might need to create a Credential/Proxy for the SQL Agent, but for now I'm logged in as the user and I execute the packag through SQL. Problem In the SSIS project itself,

How to find version of installed SSIS

廉价感情. 提交于 2021-02-10 20:20:02
问题 It is local machine without an actual SQL server (just used for development) By running DTEXEC it retreived Microsoft (R) SQL Server Execute Package Utility Version 10.50.1600.1 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved. SQL server 2008R2 is installed with SDK, SSIS, and management studio Visual studio 2013 is installed but due to some unknown reason SSDT did not provide full features to SSIS (included .dtsx cannot open and .sqlproj cannot open) No choice but

pass input parameters to stored procedure from sql table

白昼怎懂夜的黑 提交于 2021-02-10 16:40:50
问题 i want to pass input parameters like start date and end date in the table T1 and pass to stored procedure SP1 from T1.is it possible,and also i want to execute this sp in c# script task in ssis.Thanks 回答1: Check this out for both : with '?'s and with C# https://www.simple-talk.com/sql/ssis/passing-variables-to-and-from-an-ssis-task/ 回答2: Hi i have sort out the problem initially i took the execute sql task and select the values from the table and store those value in the result set an after

How to build a SSIS project (*.dtproj) using Visual Studio Build Tools 2019 on build server

自古美人都是妖i 提交于 2021-02-10 07:45:30
问题 We are trying to build an SSIS project *.dtproj on our build server using Visual Studio Build Tools 2019. Would be great if someone could give an advice on how to get it work. On a dev machine when using devenv.exe from Visual Studio 2019 it will build the project but on the build server we have only the build tools. Data storage and processing workload is installed. 回答1: You need to have Visual Studio installed on the build server. Run the following code from PowerShell or adjust for for CMD

How to build a SSIS project (*.dtproj) using Visual Studio Build Tools 2019 on build server

孤人 提交于 2021-02-10 07:45:12
问题 We are trying to build an SSIS project *.dtproj on our build server using Visual Studio Build Tools 2019. Would be great if someone could give an advice on how to get it work. On a dev machine when using devenv.exe from Visual Studio 2019 it will build the project but on the build server we have only the build tools. Data storage and processing workload is installed. 回答1: You need to have Visual Studio installed on the build server. Run the following code from PowerShell or adjust for for CMD

How to build a SSIS project (*.dtproj) using Visual Studio Build Tools 2019 on build server

蹲街弑〆低调 提交于 2021-02-10 07:45:07
问题 We are trying to build an SSIS project *.dtproj on our build server using Visual Studio Build Tools 2019. Would be great if someone could give an advice on how to get it work. On a dev machine when using devenv.exe from Visual Studio 2019 it will build the project but on the build server we have only the build tools. Data storage and processing workload is installed. 回答1: You need to have Visual Studio installed on the build server. Run the following code from PowerShell or adjust for for CMD

How to prevent Excel import in SSIS package when there is no file to process?

冷暖自知 提交于 2021-02-10 05:15:39
问题 I have an SSIS package that imports Excel files. Inside the package, I have a Script task that checks whether the Excel file exists or not before executing the Excel import process. I am unable to execute the package when the Excel file doesn't exist because of the AcquireConnection error. How can I prevent the package from executing when there is no Excel file available for import? 回答1: Perform the following steps to avoid the package from failing. Set the ValidateExternalMetadata property

How to prevent Excel import in SSIS package when there is no file to process?

谁都会走 提交于 2021-02-10 05:15:12
问题 I have an SSIS package that imports Excel files. Inside the package, I have a Script task that checks whether the Excel file exists or not before executing the Excel import process. I am unable to execute the package when the Excel file doesn't exist because of the AcquireConnection error. How can I prevent the package from executing when there is no Excel file available for import? 回答1: Perform the following steps to avoid the package from failing. Set the ValidateExternalMetadata property

Missing some components in SSIS toolbox in Visual Studio 2017

旧城冷巷雨未停 提交于 2021-02-09 11:12:36
问题 I am using Visual Studio Community 2017 for developing SSIS packages and I use SQL Server 2016. Some of components are not in SSIS Toolbox. This is that I have now: and this is my colleges have(They don't have the same version of Visual Studio that I have): For example: I need to add a XML Source component to one of my Data Flow but there is not anymore in Other Sources sector in SSIS Toolbox. I tried to add the missing components (Tools -> Choose Toolbox Items ->) but I don't have the tab

Missing some components in SSIS toolbox in Visual Studio 2017

怎甘沉沦 提交于 2021-02-09 11:11:58
问题 I am using Visual Studio Community 2017 for developing SSIS packages and I use SQL Server 2016. Some of components are not in SSIS Toolbox. This is that I have now: and this is my colleges have(They don't have the same version of Visual Studio that I have): For example: I need to add a XML Source component to one of my Data Flow but there is not anymore in Other Sources sector in SSIS Toolbox. I tried to add the missing components (Tools -> Choose Toolbox Items ->) but I don't have the tab