all groups > sql server dts > july 2007 >
You're in the

sql server dts

group:

record hash


record hash gremlin321
7/11/2007 2:26:02 PM
sql server dts:
i am trying to find a way to calculate record hash something like crc in
order to identify if record send to me is a modified record or not. for
example i have a record that has employee id, name, phone(in reality i have
to deal with tables that have over 200 columns). so if i have a way to
calculate hash for the original record and hash for the new record all i have
to do is join on employee id and compare hash. if it matches record is the
same and the oposite.
i was able to have this approach implemented with informatica and it worked
very fast and reliably. my question is there something like that available
Re: record hash Allan Mitchell
7/12/2007 6:38:34 AM
Hello gremlin321,

In your post you say "For DTS" but then say "We are using 2005 server"

If the last part is true then are you using SSIS. If you are then look here

Checksum Transformation
(http://www.sqlis.com/21.aspx)


--

Allan Mitchell
http://wiki.sqlis.com | http://www.sqlis.com | http://www.sqldts.com |
http://www.konesans.com

[quoted text, click to view]

Re: record hash gremlin321
7/12/2007 11:36:03 AM
Allan,
this is exactly what i am looking for. this is great. thank you so much.

[quoted text, click to view]
AddThis Social Bookmark Button