Viewing 11 posts - 1 through 12 (of 12 total)
Thanks for the response,
I think I will give that a try. I believe it to be a PerfMon issue rather than a problem with SQL.
For now, I have set PerfMon...
February 7, 2012 at 10:25 am
Hi all,
It seems that this case isn't quite solved.
The server now have 12GB of RAM in it and I assigned a "max server memory (MB)" of 8000.
I have been monitoring...
January 31, 2012 at 8:42 am
Hi all,
Many thanks for all of your input.
Over the weekend we added an additional 8GB RAM to the server and increased the SQL max memory setting to 8000 MB.
The server...
January 23, 2012 at 12:47 am
Many thanks for your prompt reply.
Please let me know if you need more information.
1. Your Windows version.
Windows Server 2008
2. Windows...is it 32-bit or 64-bit?
64-bit
3. Your SQL Server version.
SQL Server 2008...
January 20, 2012 at 2:13 am
Many thanks for taking the time to reply.
I am - as it happens - currently reading your book on performance tuning as I was looking for some inspiration :-).
I...
January 19, 2012 at 3:27 pm
The problem is going to be in the definition of the query and the execution plan chosen
I was afraid you might say that.
As this is an out of the box...
January 18, 2012 at 5:44 am
Not necessarily. IO is not the only thing that slows a query down. Could be blocking or other waits. Could be pure CPU time. That said, the slower query...
January 18, 2012 at 5:17 am
Thanks for your reply,
In that case I'm not sure why the same query would generate significantly more reads from the buffer pool.
I would have thought more reads from buffer pool...
January 18, 2012 at 4:47 am
Thanks for this Anthony.
Hopefully this answers the OPs question although I haven't had a chance to try it myself.
I'll post my PLE question separately as it is more of a...
October 26, 2011 at 10:45 am
Just to follow up on this:
I was given this formula to use although I haven't yet confirmed it is correct:
(CAST (value_in_use AS INT)/1024/4)*300 FROM sys.configurations WHERE NAME = 'max server...
October 26, 2011 at 9:34 am
Sorry to bump this post, but I too am looking for a means of determining our "DataCacheSizeInGB" as per Jonathan Keyayias' article.
As an "accidental DB" it would be great if...
October 26, 2011 at 4:23 am
Viewing 11 posts - 1 through 12 (of 12 total)