Showing posts with label CLR. Show all posts
Showing posts with label CLR. Show all posts

Wednesday, April 04, 2007

Enabling SQL CLR

to enable the CLR for any database of SQL 2005
run the following in new query

sp_configure 'clr enabled', 1
GO
RECONFIGURE
GO

Reference:
http://msdn2.microsoft.com/en-us/library/ms254506(VS.80).aspx