正航T8安裝時(shí)候新建帳套提示無(wú)法執(zhí)行語(yǔ)法的處理
可以在SQL Server Management Studio中執(zhí)行以下語(yǔ)法
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
