Quantcast
Channel: Answers for "sudden memory usage decrease and slowdown in MSSQL2008 R2"
Viewing all articles
Browse latest Browse all 6

Answer by Cyborg

$
0
0
During SQL Server startup it usually loads the data pages to its buffer cache. i.e As your Database grows SQL Server accommodated new data pages to the Buffer Cache to improve the query performance because accessing memory is faster than accessing Disk. In short your buffer cache might be expanded thats why SQL Server process is consuming more memory. May be someone will have better answer.

Viewing all articles
Browse latest Browse all 6

Trending Articles