Windows NT/2000/XP/2003/2008 PageSCCM(SMS) > 2−3 SQL Serverのパラメータ変更
2−3 SQL Serverのパラメータ変更


2−3 SQL Serverのパラメータ変更
クエリアナライザを起動します。
下記のコマンドを実行します。

sp_configure "show advanced options",1
go
reconfigure with override
go
sp_configure "locks",0
go
sp_configure "open objects",0
go
sp_configure "max server memory",0
go
sp_configure "user connections",0
go
reconfigure with override
go