You are here: Code Snippets
1Page 1 of 1Record 1 of 1

Code Snippets

Favourite
VOTE 0

Enabling CLR Integration | SQL

Code Snippet » By Blue Cloud On Dec 31, 2011 11:47:35 PM ,

The common language runtime (CLR) integration feature is off by default, and must be enabled in order to use objects that are implemented using CLR integration. To enable CLR integration, use the clr enabled option of the sp_configure stored procedure:

Categories : Data Development, Microsoft SQL Server, SQL | Tags : CLR, SQL
1Page 1 of 1Record 1 of 1