How to enable CLR in SQL Server2005

1.Open SQL Server Management Studio
2.Connection SQL Server
3.Click New Query
4.Input following string:
   sp_configure "clr_enabled",1
   reconfigure
5.F5

posted @ 2009-03-07 03:38  lemontree  阅读(186)  评论(0)    收藏  举报