Mega Code Archive

 
Categories / MSSQL Tutorial / CLR
 

--Enabling CLR Support in SQL Server 2005

EXEC sp_configure 'clr enabled', 1 RECONFIGURE WITH OVERRIDE GO ALTER DATABASE BookStore SET TRUSTWORTHY ON