Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 8 bit CRC code

Author  Topic 

matt_calhoon
Posting Yak Master

235 Posts

Posted - 2001-09-06 : 20:40:55
Hi there,

does anyone have an idea as to how to create an 8-bit Cyclic Redundancy Check code in TSQL?

The application that my site has to interface with requires a Serial Number to be sent along with its corresponding 8-bit CRC. The polynomial is x8 + x2 + x + 1

It would be great to do this in a stored procedure when creating the Serial Number.

ANy help - greatly appreciated.

- matt

   

- Advertisement -