输入banner图图片脚本导航/分类

SqlServer内存释放

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内存释放

标签: