Search
Post Calendar
My Tweets
Tweets by MikeDavisSQLPass Summit 2011

SQL Rally

Meta
Daily Archives: August 15, 2011
Using Checksum in SSIS for Delta Loads
The checksum function in SQL is a great way to compare two rows to see if the data matches. The checksum command returns a number that represents the value of the data in the row. When you compare the checksum … Continue reading