Member of the LearnItFirst.com Video Training Network Related Video Training Sites: · SQL Server DBA Videos · SQL Programming Video Training
     
SQL Server Integration Services Training Videos             * SQL Server DBA Videos
* SQL Programming Video Training
* More Videobooks...
Email
Password
Register
LearnIntegrationServices.com Subscriber Videos
Pt. 2 of Working with the Container Tasks - the For Loop Container - Training Video
   Category: Creating SSIS Packages - Container-based Tasks
Download! Skill Level: 400 (Intermediate - Advanced)
Duration: 19:53
Size: 17.3MB
Versions/Editions Covered: SQL Server 2005
Added/Updated: Dec 18, 2006

Download this video
The For Loop Container is akin to working with a programming language like C/C#/VB/Java in this respect:

for (int i = 0; i < 10; i++ )
{
// do something here
}

or, in a SQL language:

DECLARE @i INT
SET @i = 0
WHILE @i < 10
BEGIN
-- do something here
SET @i = @i + 1
END

These types of loops/iterations are very commonly needed in programming languages and, if you need to do them in SSIS, you can - BUT you have to know the expression syntax to do so!
Tags for this video: @counter expression builder expressions iterate iteration recursion variables  
< Back Download this video
AddThis Social Bookmark Button
People Who Downloaded this Video Also Downloaded:
TitleSkillDownload
Pt. 2 - An Overview of Using SSIS - Using SQL Server Management Studio 100 Download
Pt. 1 - Expressions - An Introduction to Using Expressions in SSIS 300 Download
Pt. 3a - An Overview of Using SSIS for Newbies and Beginners - Using BIDS 100 Download
Pt. 1 - An Overview of Using SSIS for Newbies and Beginners 100 Download
Pt. 3c - An Overview of Using SSIS for Newbies and Beginners - Using BIDS 100 Download

About the Instructor:

Scott Whigham Scott Whigham is the founder of LearnItFirst.com, one of the web's most extensive video training libraries focusing on technical training. Scott is also an experienced consultant, trainer, and author with more than a decade of hands-on experience working with SQL Server databases, writing and debugging applications using Visual Studio, and performance tuning. Scott designed the architecture (websites, class libraries, and database) for the LearnItFirst.com websites and, most re... (Scott Whigham's full bio can be found on the About the Author page)
Company News
Microsoft ISA Server 2006 Training
     
Home | About Us | Advertising | Become an Author | Contact Us | Privacy | System Req's | Terms | Testimonials | Work for Us! | Blogs | Site Map Refer a Friend and Get a Free Subscription!
© Copyright 2004-2008 LearnItFirst.com LLC. All rights reserved. All trademarks remain the property of their respective owners.
This site is not affiliated in any way with the Microsoft Corporation.
8/7/2008 2:51:37 PM