在SQL Server中开启CLR

exec sp_configure 'show advanced options', '1';
go
reconfigure;
go
exec sp_configure 'clr enabled', '1'
go
reconfigure;
exec sp_configure 'show advanced options', '1';
go 

posted @ 2010-11-30 23:21  MKing's Kindom  阅读(194)  评论(0编辑  收藏  举报