Integration Services (SSIS)

This category contains useful information relating to SQL Server Integration Services (SSIS)

SSIS Error When Sending Mail Through SMTP

0
Today, I came across this error, that occurred when running an existing SSIS package: Error: 0xC002F304 at Send Mail Task, Send Mail Task: An error occurred with the following error message: “Syntax error in parameters or arguments. The server response was: 5.5.4 Invalid Address” After lengthy [...]

Add Row Number to imported data (using SSIS)

0
If you are using SQL Server Integration Services (SSIS) to import data and want to record the row number against each record, then the Konesans Row Number Transformation product is exactly what you need. Please click here for more information about the Konesans Row Number Transformation product [...]
Go to Top