Using SQL CLR

Discussion in 'Databases' started by YouthSports, Aug 4, 2008.

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 created a new SQL 2005 database from a backup. Ihave set of table value functions which use the CLR, but when I try and call them I get the following error:




    Failed to initialize the Common Language Runtime (CLR) v2.0.50727 due to memory pressure. Please restart SQL server in Address Windowing Extensions (AWE) mode to use CLR integration features.

    Is the CLR a supported feature? Or do I need to rewrite my functions using T-SQL ?
     
  2. Contact the Support team...Unless I'm mistaken Bruce has stated in the past that this is not allowed.
    Salute,
    Mark
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    CLR is not currently supported due to potential performance issue.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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