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