PreviousNext

SSIS Basics: Using the Execute SQL Task to Generate Result Sets

by bill-s, 2012-10-26T18:00:30.000Z

The Execute SQL task is one of the handier components in SQL Server Integration Services (SSIS) because it lets you run Transact-SQL statements from within your control flow. The task is especially useful for returning result sets that can then be used by other components in your SSIS package.

Read More