SQLUSA

Microsoft SQL Server 2005 Best Practices

 

How to apply checksum?

 

Checksum calculates a "fingerprint" of the supplied string argument. It is used for data verification. Here are some examples:

select CHECKSUM('Joanna Smith')

1017174263

select CHECKSUM('Joanna Smitg')

1017174262

select CHECKSUM('Joanna Smith lives in New York City')

-167919681


 

The World Leader in SQL Server Training
 
SQLUSA.com Home Page