Can you enable CLR Integration on my DB?

Discussion in 'ASP.NET 4.0 RC Beta [Closed]' started by erlichmen, Feb 19, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    Parts of my application involve calling store proc that are written in SQLCLR, in order to enable that I need to call:

    Code:
    sp_configure 'show advanced options', 1;
    GO
    RECONFIGURE;
    GO
    sp_configure 'clr enabled', 1;
    GO
    RECONFIGURE;
    GO
    But I don't have permissions to-do so, can you please enable it on my DB?
    What is the standard policy on SQLCLR in your current hosting (read: 3.5) plans?
     
  2. mjp

    mjp

    SQL Server CLR IS NOT enabled on any of the SQL Servers.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page