Top "Ssis" questions

SSIS (Microsoft SQL Server Integration Services) is a platform for building enterprise-level data integration and data transformations solutions.

SSIS package not running when called as step in SQL Job

I have a .dtsx file (an SSIS package) that downloads files from an FTP server and imports data. It runs …

ssis permissions sql-server-agent
SSIS Foreach Loop Folder as variable

I need to set the Folder in my Foreach loop to a variable location. I tried just adding the location …

sql-server-2008 ssis foreach-loop-container
What is the escape character for SSIS Expression Builder?

I need to escape quotation marks in SQL Server Integration Services' Expression Builder. I cannot escape it with double or …

sql-server ssis expressionbuilder
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
SSIS: script task (vs15) not work when deploy on sql server 2014

The error: There was an exception while loading Script Task from XML: System.Exception: The Script Task uses version 14.0 script …

ssis visual-studio-2015 sql-server-2014 vsta
Comma within fields in CSV file -import to DB using SSIS

I have a CSV file - It has many values having comma as a part of value.The commas within …

csv ssis comma
It's possible to use OleDbConnections with the Script Component?

I'm building an ssis package and I wish to use an existing OleDbConnection inside the Script Component. Here is my …

ssis script-component
Cause of SSIS Custom Dataflow Component Error - Cannot be upgraded

I have a very simple component which trims all leading and trailing spaces from (read/write) strings in a pipeline. …

sql-server ssis custom-pipeline-component
SSIS - The value is too large to fit in the column data area of the buffer

I'm passing a column of Json data to the script component to process. It went fine until I had a …

sql json ssis buffer script-component