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.
Runtime: 3:21 minutes
|
|
These videos are provided by JumpstartTV and End to End Training
Brian Knight, 2008-12-18
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.
Runtime: 3:21 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.
How can you randomly generate data? MVP Andy Warren shows how in this SQL School Video.
Triggers are supposed to fire for every update, but in this video we see how you can bypass a trigger for an update.