数据库最大连接数问题

数据库报错:could not connect because the maximum number of '100' user connections has already been reached.the system administrator can use sp_cconfigure to increase the closed.但是我把连接数改到200还是报这个错,错误代码17809,数据库版本sql server2005

http://www.tuicool.com/articles/AzueyyE
exec sp_configure 'user connections',0
go
reconfigure with override
go

修改后重启sqlserver了吗?
请确认下修改为200没有任何问题,并且确实反应出来。

修改的配置没有生效吧,请一下系统缓存看看!