5 minutes demo of T.S.T. (T-SQL Test Tool)

This is an obsolete version of the demo. Click here: http://www.youtube.com/watch?v=bLtK20bl7G4 to see the latest edition.
http://tst.codeplex.com
Short demo of the T.S.T. tool. This is an open source tool that can be used to write and automate tests for T-SQL code. Similar to other tools like SPUnit but with a more mature set of features. [...]

Automating tests for T-SQL code

http://tst.codeplex.com
This is a short demo of the T.S.T. tool. This is an open source tool that can be used to write and automate tests for T-SQL code. Similar to other tools like SPUnit but with a more mature set of features. Can be downloaded from http://tst.codeplex.com/
Duration : 0:7:0

SQL Joins (Lab3.1 Using an Inner Join in your query.)

www.Joes2Pros.com… Learn how to use basic inner joins to see two tables in one results set..
Duration : 0:8:37

EXCEL: T-SQL Generator

Generate T-SQL statements with Excel.
Duration : 0:1:13

SQL Server 2008 T-SQL Debugger

The Transact-SQL debugger in SQL Server Management Studio enables you to find errors in Transact-SQL scripts, stored procedures, triggers, and functions by observing their run-time behavior. You can start the debugger when you are using the Database Engine Query Editor window.
By using the Transact-SQL debugger, you can do the following:
• Step through the Transact-SQL [...]