System.OutOfMemoryException occurs frequently after Upgrading SQL Server 2016 to version 13.0.15700.28

主宰稳场 提交于 2019-12-05 00:32:14

Seems like they fixed the issue with the latest release: SSMS 16.4.1

5. Fixed an issue where an Out Of Memory Exceptions were being thrown.(Microsoft Connect item #3062914)(Microsoft Connect item #3074856)

I had the same problem. I just close and reopen the SQL Server. was able to over come the error.

An error occurred while executing batch. Error message is: 
Exception of type 'System.OutOfMemoryException' was thrown.

This happens due to cache memory or unused temp files.

Try deleting Temp file present on %temp% location. If still problem is there restart SSMS.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!