x
login about faq Site discussion (meta-askssc)

SQL Server Error message for Cachestore Flush

Hi Folks, I have found these error messages in SQL Server Log. "SQL Server has encountered 6 occurrence(s) of cachestore flush for the 'Bound Trees' cachestore (part of plan cache) due to some database maintenance or reconfigure operations."

"SQL Server has encountered 6 occurrence(s) of cachestore flush for the 'SQL Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations."

"SQL Server has encountered 6 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations."

Any detail like website article related to these messages will be appreciated

more ▼

asked Mar 13 '12 at 07:38 PM in Default

inder gravatar image

inder
201 10 16 21

(comments are locked)
10|1200 characters needed characters left

2 answers: sort voted first

The same question was answered here before. Hope it helps.

more ▼

answered Mar 15 '12 at 07:56 AM

Usman Butt gravatar image

Usman Butt
13.8k 6 8 14

(comments are locked)
10|1200 characters needed characters left

This can be caused by something as benign as an Alter Procedure statement or by reconfiguring MAXMEM. It is SQL Server performing memory management by clearing out the oldest/least used elements in cache (RAM) to maintain room for the more current/active elements.

It can indicate memory pressures on your system or it may just be behind the scenes clean-up. You will have to dig deeper to determine which it is in your case.

You can read up on it in BOL.

more ▼

answered Mar 14 '12 at 05:54 PM

Blackhawk-17 gravatar image

Blackhawk-17
10.5k 23 29 34

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x67

asked: Mar 13 '12 at 07:38 PM

Seen: 2549 times

Last Updated: Mar 15 '12 at 08:04 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.