Top "Ssis-2012" questions

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

SSIS Package not wanting to fetch metadata of temporary table

I have an SSIS Package, which contains multiple flows. Each flow is responsible for creating a "staging" table, which gets …

sql sql-server ssis ssis-2012
SSIS - How to loop through files in folder and get path+file names and finally execute stored Procedure with parameter as Path + Filename

Any help is much appreciated. I am trying to create an SSIS package to loop through files in the folder …

ssis ssis-2012
ssis Package validation error ole db source failed

I am getting the following error when I try and run my package. I am new to ssis. Any suggestions. …

sql ssis-2012
Error: An error occurred while skipping data rows

I am getting these errors in flat file connection manager. Error: [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. …

ssis-2012
SSIS 2012 Method not found: void

I recently got this error in every SSIS package (using Visual Studio 2012), when I want to open a OLE DB …

sql-server visual-studio-2012 ssis sql-server-2012 ssis-2012
SSIS 2012 - passing variables from parent to child package

I know this topic has been covered many times, but I have one caveat there that I can't seem to …

sql ssis ssis-2012
Is there any releavance for "ROW PER BATCH" AND "MAX INSERT COMMIT SIZE" IN SSIS PACKAGES?

I've have SSIS Package that is exporting 2.5 GB OF DATA containing 10 million records into Sql Server Database which has 10 partitions …

sql-server ssis sql-server-2012 business-intelligence ssis-2012
Is it possible to deploy SSIS 2012 package on SQL Server 2008

I have a package that is developed in SSIS 2012 using Visual Studio 2010. Is it possible to deploy/attach this package …

sql-server-2008 visual-studio-2010 ssis ssis-2012
DTExec: The package execution returned DTSER_FAILURE (1) in SSIS package execution

I've got this question within a project in ssis. I had to divide the original project into different packages because …

ssis execution ssis-2012 extract-error-message