For Loop Container – SSIS 2012 Tutorial Videos

This Video Tutorial illustrates how to use For Loop Container to implement a simple loop structure. For Loop Continaer provides a simple loop structure such as programming languages. It contains Init Expression, Eval Expreseeion, and Assign Expression. These three expressions makes the three main part of loop structure in programming languages as well, InitExpression is Read more about For Loop Container – SSIS 2012 Tutorial Videos[…]

Foreach Loop : SMO Enumerator – SSIS 2012 Tutorial Videos

This Video Tutorial illustrates how to use SMO enumerator to loop through linked servers. SMO stands for SQL Server Management Objects, and using SMO provides ability to loop through list of metadata objects of SQL Server database or instance. This enumerator can be used for looping through jobs, linked servers, data files of database, and Read more about Foreach Loop : SMO Enumerator – SSIS 2012 Tutorial Videos[…]