TangoVictor
SSChampion
Points: 10975
More actions
April 16, 2009 at 10:33 am
#203027
Does anyone know how to generate a checksum for all specified columns of a row in the pipeline?
found a checksum transformation on SQLIS.com but it appears to have some bugs.
vishal.gamji
SSCertifiable
Points: 6126
April 16, 2009 at 10:38 am
#979041
Mod your SELECT to SELECT ColumnNames, CHECKSUM(ColumnNames) AS 'Checksum_Column'.... if u can mod the query.
April 16, 2009 at 2:37 pm
#979242
I need a checksum for my sharepoint list datasource, otherwise I would use the checksum TSQL function.
Thanks for the info though.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply