Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
asif372
Posting Yak Master
100 Posts |
Posted - 2014-01-06 : 07:02:17
|
Dear All,I am Using Sql Server 2005 some times Sql server Speed Get Pethatic, to boost the Speed to its Actual Position it is mandatory to Restart Sql Services any Alternate for this Problem ??Thanks & Regards, |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2014-01-06 : 07:38:01
|
Does the machine have enough RAM to run the SQL services? Is ther any other heavy applications running on it? Check performance using perf monitor to see how memory,CPU usage trend is------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
asif372
Posting Yak Master
100 Posts |
Posted - 2014-01-06 : 07:43:02
|
the Ram is Enough and the CPU Usage is upto 2 % in Windows Task Manager |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2014-01-06 : 09:43:21
|
Did you check on locks as well as on blocking? use sp_who2 to check blocking processes and use sp_lock to get idea of locking------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/https://www.facebook.com/VmBlogs |
|
|
|
|
|