Tag archive for ‘SQL CLR’

How to convert Oracle external C functions to SQL Server

Here I will describe the migration of functions created as external C libraries in Oracle.  Usually these Oracle functions are defined as CREATE FUNCTION … AS external library … LANGUAGE C. The above statement publishes an external C library through a call specification.

The similar specification in SQL Server 2005/2008 can be written by means of [...]