mssql修改链接数为默认值
EXEC sys.sp_configure N'show advanced options', N'1' RECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'user connections', N'1'GORECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'user connections', N'0'GORECONFIGURE WITH OVERRIDEGOEXEC sys.sp_configure N'show advanced options', N'0' RECONFIGURE WITH OVERRIDEGO
IOS
浙公网安备 33010602011771号