Bikash Kumar Ray
SQL and ASP.net Related Practical Problems
Tuesday, December 1, 2009
Difference Between binary_checksum and checksum
binary_checksum is used to compare password only but checksum is used to compare all cases characters.
select binary_checksum('a')
select binary_checksum('A')
select checksum('a')
select checksum('A')
Result
97
65
142
142
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment