I get an error
Msg 6512, Level 16, State 27, Line 6 Failed to initialize Common Language Runtime (CLR) v2.0.50727 with HRESULT 0x80131522. You must restart SQL Server to use the CLR integration features.
I am using SQL Server 2008 R2 Edition with windows 7. This error occurs when creating a stored procedure. inside this stored procedure, I insert some temporary data into a variable table that has only one column with HIERARCHYID as the data type
after some google I find out that this is related to the CLR, so I included clr in sql server
after that, if I check "select * from dm_clr_properties", it means that "CLR initialization has constantly failed"
can anyone help
source share