Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql Server not Releasing memory ???

Status
Not open for further replies.

mooki

Programmer
Joined
Aug 1, 2000
Messages
32
Location
IL
I have several big inserts selected from openquery and linked server.

Insert into X
select * from openquery(LINKED,'.....

IT Seems that it grabs about 140MB of the memory and did not deallocate them !!!!!

in the memory configuration i put min-0 and max-256...

IS THAT ITS NORMAL BEHAVIOUR ???? :-0

 
I realise this post was a while ago, but if anyone got any response to this I would be grateful, our SQL box is taking loads of RAM (anything up to half a gb) and will not release it unless you stop and restart the SQL service, has anyone had this issue before?
 
This is completely normal. SQL will hold the memory and if it detects another application which requires the memory, it will release it. Ashley L Rickards
SQL DBA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top