SQL Server not releasing Memory
Posted
by
noob2487
on Server Fault
See other posts from Server Fault
or by noob2487
Published on 2009-11-11T22:34:17Z
Indexed on
2012/09/21
9:40 UTC
Read the original article
Hit count: 328
I am using SQL Server 2005.
I am running a job which processes around 100 K records. Job runs fine, it takes are 45 mins to execute, which is good.
But after that job is processed, I can see instance of SQL Server 2005 still there with around 900 MB of Memory. I waited for around 2 hrs but that memory was not released.
Is there any process which takes care of memory here, something like GC (unpredictable) Or am I doing something wrong???
© Server Fault or respective owner