hi there,
today,using MSSQL "memory consumption" report, i found that the AX database have a very big value for "MEMORYCLERK_SQLBUFFERPOOL". AFAIK CMIIW, I see "MEMORYCLERK_SQLBUFFERPOOL" as MSSQL buffer cache for better performance. (fast I/O).
my question is, is it a good best practice to clean the "buffer cache"? (using DBCC DROPCLEANBUFFERS). what interval is the more reasonably to do that, every month? two months?
or there are any related suggestions?
thank you,