当前位置:Gxlcms > 数据库问题 > SqlServer内存释放

SqlServer内存释放

时间:2021-07-01 10:21:17 帮助过:3人阅读

exec sp_configure ‘max server memory‘, 256 
EXEC (‘RECONFIGURE‘ )

WAITFOR DELAY ‘00:00:05‘

EXEC  sp_configure ‘max server memory‘, 2147483647 
EXEC (‘RECONFIGURE‘ )
GO

end

--使用示例
/*

reclaimmemory
*/

SqlServer内存释放

标签:

人气教程排行