Top "Ssis" questions

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

Where are SSIS Packages Saved?

I right clicked on a Database in the object explorer of SQL Server 2008 Management Studio. I went to Tasks > …

sql-server-2008 ssis
SSIS Excel Data Source - Is it possible to override column data types?

When an excel data source is used in SSIS, the data types of each individual column are derived from the …

excel ssis
SSIS Data Flow Task hangs on excecution of Pre-excecute phase

I have a Data Flow Task that is hanging on excecution. The flow is simple, makes two queries to different …

sql-server ssis etl
Project consistency check failed. has a different ProtectionLevel than the project

I have this annoying problem where it says that the project and package have different protectionlevels. Which is not true, …

ssis sql-server-2012
selectively execute task in ssis control flow

I have a SSIS package with a control flow containing a bunch of execute sql tasks in a sequence. I …

sql-server sql-server-2008 ssis
Dynamically assign filename to excel connection string

This is my very first time playing with SSIS in SQL Server 2012. I can successfully read an excel file and …

sql-server ssis sql-server-2012 etl
SSIS return value of Stored Procedure within an OLE DB Command

I am migrating data that has to be inserted using stored procedures which already exist. The stored procedures have parameters …

sql-server stored-procedures ssis oledbcommand
Advantages of using SSIS packages over stored procedures?

If I can do the required ETL requirements using stored procedures, any advantages of using SSIS packages instead? My ETL …

sql-server ssis
How to prevent SSIS from truncating the last field of the last data row in a flat file?

I have an SSIS package thats unzips and loads a text file. It has been working great from the debugger, …

sql-server ssis sql-server-2008-r2 flat-file
SSIS: Just started getting a "Key not valid for use in specified state." error on my scheduled SSIS package

I have 2 scheduled jobs on my SQL Server 2005 machine that are scheduled to run each morning (around 2:00 AM). These jobs …

sql-server sql-server-2005 ssis ibm-midrange bids