启用MSSQL2005 CLR

记在这里怕忘了

sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO
sp_configure 'clr enabled', 1;
GO
RECONFIGURE;
GO

原文地址:https://www.cnblogs.com/stangray/p/1861187.html