Quantcast
Channel: Debugging – MSSQLWIKI
Viewing all articles
Browse latest Browse all 17

SQL Server memory leak

$
0
0
What is memory leak? When a process allocates memory it is supposed to de-allocate it and release it back to OS. If it misses to de-allocate the memory due to flaw in code it is called as leak and It can cause memory pressure both to the operating system and application.   Myth about SQL […]

Viewing all articles
Browse latest Browse all 17

Trending Articles