sp_configure 'allow updates','1'
go
sp_configure 'show advanced options','1'
go
reconfigure with override
go
sp_configure 'lightweight pooling','1'
go
sp_configure 'allow updates','0'
go
lightingpool 解决SDE无法连接的问题
本文详细介绍了如何通过配置sp_configure参数,特别是启用lightweightpooling来解决SDE(可能指的是某种特定数据库环境)的连接问题。通过调整配置,可以优化数据库连接性能,有效提升系统的稳定性和响应速度。
sp_configure 'allow updates','1'
go
sp_configure 'show advanced options','1'
go
reconfigure with override
go
sp_configure 'lightweight pooling','1'
go
sp_configure 'allow updates','0'
go
944

被折叠的 条评论
为什么被折叠?