2014年6月3日

sql server CLR

摘要: 1. 配置sql server 启用CLR在SQL Server2005/2008里面,CLR默认是关闭的。可以使用如下SQL语句开启CLR。sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'clr enabl... 阅读全文

posted @ 2014-06-03 15:42 荣锋亮 阅读(531) 评论(0) 推荐(0)

导航