In Microsoft SQL Server 14
print checksum('-test-')
print checksum('-t-e-s-t-')
returns the same output:
-1854252673
-1854252673
What is wrong?
In Microsoft SQL Server 14
print checksum('-test-')
print checksum('-t-e-s-t-')
returns the same output:
-1854252673
-1854252673
What is wrong?
It depends on your collation.
On my Computer, collation is French_100_BIN2 and your queries returns : 44180589 1803164231