↧
Answer by Cyborg
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...
View ArticleAnswer by Fatherjack
Is this an upgrade or side-by-side install? If you have now increased the number of instances installed you will need to reduce the memory allocated to the older instances so that the new 2008 R2...
View ArticleAnswer by WilliamD
The server will take as much memory as you allow it to. I suggest you take a look at the max memory settings for each instance and set it to something sensible. E.G. You have a server with 16GB, both...
View Article