正航T8安裝時(shí)候新建帳套提示無(wú)法執行語(yǔ)法的處理
可以在SQL Server Management Studio中執行以下語(yǔ)法
exec sp_configure 'show advanced options', '1';goreconfigure;goexec sp_configure 'clr enabled', '1'goreconfigure;exec sp_configure 'show advanced options', '1';go
標簽: 正航T8