I have a little problem. There are two databases with two tables. Each table contain an ID field (nvarchar(13)) with totally same values.
When I create Hashbytes('MD4', ID) in each table in a new field (varbinary(200)) got totally different values.
Is this normally behaving, or anybody has an idea, how it works exactly?
↧