clr enabled Server Configuration Option
生活随笔
收集整理的這篇文章主要介紹了
clr enabled Server Configuration Option
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在SQL Server中啟用CLR,可以執行下面SQL語句:
?
EXEC sp_configure 'clr enabled'; EXEC sp_configure 'clr enabled' , '1'; RECONFIGURE; Source Code?
總結
以上是生活随笔為你收集整理的clr enabled Server Configuration Option的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android Studio Linki
- 下一篇: 批处理脚本, 读取文件并字符串替换