Viewing 7 posts - 1 through 8 (of 8 total)
GilaMonster (9/30/2008)
I can't download the...
September 30, 2008 at 4:04 am
Yes it was - but we did not hit the point where the speed was terrible low. Perhaps because of server agent restart earlier this morning.
September 29, 2008 at 1:51 pm
GilaMonster
select top 20 *, cast(wait_time_ms as float)/waiting_tasks_count as Avg_WaitTime
from sys.dm_os_wait_stats
where waiting_tasks_count>0 and wait_type not like 'Sleep%'
order by wait_time_ms desc
This is my output:
September 29, 2008 at 6:07 am
Hello again,
I have uploaded some performance data to a ftp:
@REM To register the collector as a service, open a command prompt, change to this
@REM directory, and run:...
September 29, 2008 at 2:29 am
Hi Steve Jones,
Yes we did try reboot without any luck.
I tried to analyse where the time went using Nexus - but is seems everything looks good. Ill upload a few...
September 28, 2008 at 8:04 am
Hi Jeff Moden
Well havent thought about that - I will give it a try next time.
Regarding the memory - the limit is 29G at this moment. The MSSQL never uses...
September 28, 2008 at 6:38 am
Viewing 7 posts - 1 through 8 (of 8 total)