Implementing CRC 16 in SQL Server.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chandra Mohan

    Implementing CRC 16 in SQL Server.

    Hi,

    I am currently working on migrating stored procedures from Oracle RDB
    to SQL Server.
    Oracle RDB provides options to use C Code in procedures. Hence CRC 16
    implementation is directly used in RDB. But I believe this cannot be
    used in SQL Server.


    Should we implement CRC 16 in SQL Server or are there any known
    implementations for SQL Server?

    Thanks in Advance for any hints.

    Regards,
    Chandra Mohan
Working...