Viewing 8 posts - 1 through 8 (of 8 total)
The issue is steady. test database is a copy and no new data input and no other user can login. Same performance even only single user in prod server....
May 5, 2011 at 2:35 pm
Thanks for reply.
There is no block process in prod.
SQL server setting are the same. Windows might be little bit different.
Execution plans are similar. ...
May 5, 2011 at 12:41 pm
Thanks for all your reply. I did have a chance to check web yesterday. I will try Paul's tip and report the result.
Recompiling is what I guessing in the...
June 24, 2009 at 7:50 am
1) Disable AWE first.
2) Run DBCC MEMORYSTATUS to check the actual memory used by SQL Server. Your SQL Server may lightly memory hit.
3) If you want SQL Server to...
April 28, 2009 at 3:35 pm
Hi all,
Thank for all your reply. That's help a lot.
The SQL 2005 is in Enterprise edition. One thing we know that is server option Max Server Memory is only...
April 28, 2009 at 1:27 pm
Jeffery,
Thanks for your reply.
1)This is a new install.
2) a kind of dedicate SQL Server box, other components should not use much memory.
3) didn't set Lock pages in...
April 27, 2009 at 4:32 pm
Jeffery,
Right, SQL Server shouldn't use page file at all. But I have seen in my 64 bit environment, SQL Server not release memory back to system even it...
April 27, 2009 at 11:01 am
Page file size is matter in 64 bit of SQL 2005. SQL may not use it but require the size is at least 1.5 times of RAM size. Otherwise,...
April 27, 2009 at 10:17 am
Viewing 8 posts - 1 through 8 (of 8 total)