Sunday, June 04, 2006

New Transact SQL Video Tutorial: Part 4 - WHILE Loops and Implementing Looping Structure in SQL

Part 4 - WHILE Loops and Implementing Looping Structure in SQL - view details
WHILE loops and iteration and part and parcel of any programming language and SQL is no different. This video focuses on how to iterate through resultsets and rows and the semantics of the WHILE loop (along with BEGIN and END).

To download this video, Login, then visit the video's detail page and click "download". You might also enjoy our free training videos

Note: You must have the TSCC codec installed to view this video

Saturday, June 03, 2006

New Transact SQL Video Tutorial: Part 3 - Using EXISTS to Control Execution In an IF Statement

Part 3 - Using EXISTS to Control Execution In an IF Statement - view details
EXISTS is a fundamental part of a SQL programmer's arsenal. This video, part three in our series on using control-of-execution statements, explores using IF EXISTS to drop/create objects and detect data.

To download this video, Login, then visit the video's detail page and click "download". You might also enjoy our free training videos

Note: You must have the TSCC codec installed to view this video

New Transact SQL Video Tutorial: Part 2- Using IF Statements to Control Execution in Scripts and Stored Procedures

Part 2- Using IF Statements to Control Execution in Scripts and Stored Procedures - view details
This video explores more uses of IF statements to control the flow of your SQL code inside stored procedures. You'll learn about using IF EXISTS and more in this video on basic SQL programming.

To download this video, Login, then visit the video's detail page and click "download". You might also enjoy our free training videos

Note: You must have the TSCC codec installed to view this video

Thursday, June 01, 2006

New Transact SQL Video Tutorial: Part 2 - Identity Columns - When Should I Use an Identity Column?

Part 2 - Identity Columns - When Should I Use an Identity Column? - view details
Our second video in the series on using IDENTITY/sequencing columns, this video focuses on when you might consider using a system-generated identifier.

To download this video, Login, then visit the video's detail page and click "download". You might also enjoy our free training videos

Note: You must have the TSCC codec installed to view this video