How can you randomly generate data? Brian Knight shows how in this SQL School Video.
Runtime: 1:11 minutes
|
|
These videos are provided by JumpstartTV and End to End Training
Andy Warren, 2009-01-15
How can you randomly generate data? Brian Knight shows how in this SQL School Video.
Runtime: 1:11 minutes
|
|
These videos are provided by JumpstartTV and End to End Training
In this SQL School video, learn how the UNION statement can help you join together results from different queries. MVP Andy Warren explains this T-SQL statement.
This SQL School video will introduce you to the INTERSECT command in T-SQL. MVP Andy Warren explains how this command allows you to find matching rows in a join and a UNION.
2009-03-17
4,840 reads
In this SQL School Video, Brian Knight shows how to abstract your schema with views and synonyms.
There are times that you want to determine quickly if any data has changed. Brian Knight shows how checksums can be used in T-SQL.
Triggers are supposed to fire for every update, but in this video we see how you can bypass a trigger for an update.