
Can a script component have two sources? - social.msdn.microsoft.com
Feb 27, 2012 · Is it possible to have two sources for a script component Transformation?
SSIS - VS_NEEDSNEWMETADATA - social.msdn.microsoft.com
Jul 12, 2012 · I am new to SSIS packages and have a question about column mappings in Data flow task. The object of my package is to truncate certain tables within one database and then repopulate …
Running SSIS through C# app causing proxy error; running through …
Jan 31, 2014 · We have some SSIS packages using the SharepointListAdapter .Net component for SSIS. When we run the SSIS packages through the SQL Job Agent, they run fine and do not through …
SSIS Memory - social.msdn.microsoft.com
Nov 1, 2012 · We have a server that has ssis and ssas running, since we use ssis only for nightly loads and need all the memory available for ssas during business hous, how should we handlememory here?
Transaction Property in SSIS Package - social.msdn.microsoft.com
Aug 14, 2013 · Requirement : when the Sequence container failure then Rollback SQL Task succeed ( It means Rollback the Data when Package failure) (note:PC had problem with MSDTC so configured …
Unable to execute the SSIS Package in through DTEXEC Command Line …
Feb 20, 2013 · I have devloped the SSIS Package in SQL Server 2008 R2 (64 Bit) server. My requirement is to move the data from the Source Informix server to the Destination Sql Server R2.
Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has …
Jul 16, 2014 · [SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "OLE DB Destination" (70) failed with error code 0xC0209029 …
Custom SSIS component is not loading in toolbox
Mar 13, 2015 · Question 0 Sign in to vote I created a custom ssis componet and placed the dll in Pipelinecomponents folder of sql server and also in GAC
how to change date format in ssis - social.msdn.microsoft.com
Nov 7, 2011 · Question 0 Sign in to vote in my table Excel source date format is dd/mm//yy i have to load into sql server in mm/dd/yy format using ssis Monday, November 7, 2011 6:26 PM
ssis script component - social.msdn.microsoft.com
Feb 5, 2013 · I have a script task that worked FINE yesterday. Now when I run it, I get the following error: [myTask [64]] Error: System.NullReferenceException: Object reference not set to an instance …