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内存释放
标签:
本文系统来源:http://www.cnblogs.com/duojia/p/4552501.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!