Enable SQL CLR Integration

Takes you through the process of enabling the SQL CLR Integration feature in Microsoft SQL Server.

The SQL CLR Integration feature is not available in SQL Server by default. To access the database objects necessary for SQL CLR integration in your COBOL applications, you must enable SQL CLR.

Do this using the clr enabled option of the sp_configure stored procedure.