配置选项 'locks' 不存在,也可能是高级选项。
sp_configure 'locks','2147483647'
reconfigure with override
use master;
exec sp_configure 'show advanced options',1 -- 打开高级选项 reconfigure