SQL Server 2008, Enable CLR

Discussion in 'Databases' started by ryan6491, Jul 2, 2009.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I've implemented a CLR-based stored procedure in my database and have to come to realize that discountASP may not support CLR on their SQL boxes.

    Can I get a confirmation on this? I've read some posts that state this but the posts go back to 2005, so I'm hoping things have changed.

    We're on a shared hosting plan and I don't have permission to change this setting, so what are my options?

    Ryan
     
  2. We do not allow CLR (Common Language Runtime) because of security reasons. The work around is to create a web application that connects to our SQL server and run a script on the web application to perform the same functions on your store procedure.
     
  3. Ok...just thought I'd make sure.

    Thanks for the reply.
     
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