SSIS Expressions – Intro to Using Expressions in SSIS Pt. 1



SSIS Expressions – Intro to Using Expressions in SSIS Pt. 1

SSIS Expressions - Intro to Using Expressions in SSIS Pt. 1

Visit LearnItFirst, our new channel with over 100 videos!

———————————————————————————

Expressions are new in SSIS (meaning that they were not in DTS) but they allow you to create extremely flexible packages. Expressions can be used to assign values to variables, help you determine whether to execute a task, and to assign properties. If you ever found yourself writing ActiveX code (VBScript) in DTS to determine which task to execute based on a variable’s value, then you probably can forego the scripting all together in favor of expressions! They are very powerful in SSIS and you’ll want to have a solid understanding of how to write them and how to use them.

Author: Scott Whigham
Versions: SQL Server 2008, SQL Server 2005