Using Get Hash Code for checksum

  • 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.

  • Mod your SELECT to SELECT ColumnNames, CHECKSUM(ColumnNames) AS 'Checksum_Column'.... if u can mod the query.

  • 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