Hi,
To identify the changes in the columns, I am using the Hashbytes function and storing the return value in UniqueID column (Varbinary(100)).
When I was reading this column it was not showing the original value (data gets truncated).
Also, I have tried to convert the hashbyte value into Varbinary(100) while inserting it. But no luck.
Any help would be greatly appreciated...