Database connectionstring error in Microsoft SQL Server Integration Services (SSIS)

0 Comments

When you use the oledb destination in a SSIS package, you must use the oledb connectionstring syntax, see http://www.connectionstrings.com/sql-server-2008 for more information. If you use the connectionstring: Data Source=Server1\InstanceName1;Initial Catalog=Database1;Provider=SQLNCLI10.1;Trusted_Connection=True;  you wil get the error:

CustomEvenLogger for SSISPackage Script Task

0 Comments

Imports System Imports System.Diagnostics ‘ This class is used for logging to a customeventlog from a SSISPackage Script Taks ‘ By using a ExceptionCategories enum, we can guide the developers to use structured error messages.

System.OutOfMemoryException on SSIS Script Task

0 Comments

I created a SSIS package with a script task in it. The script task created a XML file, but consumed more then 256MB of memory. The default value for the MemToLeave setting. MemToLeave is virtual

SSIS package configuration

0 Comments

We have chosen to use a windows environment variable to hold the path to the *.dtsConfig, which is used to configure the *.dtsx package. – Close all open Microsoft Visual Studio 2005 instances (because changing