Re: record hash
- From: Allan Mitchell <allan@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 12 Jul 2007 06:38:34 +0000 (UTC)
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
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
for dts. we are using 2005 server.
.
- Prev by Date: Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- Next by Date: Re: SSIS - can SSIS pkg recognize a drive letter within SMS job?
- Previous by thread: RE: how to migrate all DTS packages from SQL2000 to SQL2005 in one go
- Next by thread: Data Flow Task - Converting DT_NTEXT To DT_STR
- Index(es):
Relevant Pages
|
Loading