重置SQL Server连接池

EXEC sp_configure 'show advanced options', 1
GO
-- To update the currently configured value for advanced options.
RECONFIGURE
GO
-- To enable the feature.
EXEC sp_configure 'xp_cmdshell', 1
GO
-- To update the currently configured value for this feature.
RECONFIGURE
GO
上一篇:[译]36 Days of Web Testing(六)


下一篇:bzoj 2428 均分数据 模拟退火