Link to home
Start Free TrialLog in
Avatar of vu3lmg
vu3lmgFlag for United States of America

asked on

SQL 2008 with .NET 4.5.2

I have a web application running on .NET framework 4.5.2 which also uses CLR runtime on SQL server.
If my DB is on SQL Server 2008, is it possible to make that CLR on the DB server use .NET framework 4.5.2 and not 3.5 ?

Basically question is if SQL server 2008 can work with CLR on .NET framework 4.5.2 ?
If the answer is "YES";  how do I make SQL Server 2008 to use framework 4.5.2
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Hi vu3lmg,

Please try this -

--
select * from sys.dm_clr_properties
--

Open in new window


and provide the output.
Avatar of vu3lmg

ASKER

Dear Pawan, below is the output from my SQL Server 2008

name              value
----------------     --------------------------------------------------------------------------------------------------------------------------------
directory      C:\Windows\Microsoft.NET\Framework64\v2.0.50727\
version              v2.0.50727
state              CLR is initialized
Avatar of Shaun Vermaak
As far as I know SQL Server 2012 is the first to support .NET framework 4.5
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial