simon
2012-01-24 09:32:43 UTC
I'm analyzing server performance counters and also sql server
activity: locks, and so on...
The only problem I have is with locks.
What I can see for example is:
BROKER_TASK_STOP 3510 completed waits wait time
1.145 ms/sec %of total wait time: 63,48%
and
SOS_SCHEDULER_YIELD 1552974 completed waits wait time
0,203 %of total wait time: 25,49%
The first one is from sql service broker. But I disabled it on my
database:
ALTER DATABASE myDatabase SET DISABLE_BROKER
But it is still enabled in msdb and tempdb. Anybody know, why?(because
I didn't explicitly enabled it there, maybe some other person did, but
I guess it is automaticly enabled)
Should i disabled it on temp and msdb and enabled it just on my
database(because I would like to use it)?
And what about the SOS_SCHEDULER_YIELD?
I can't found no other problem. No long running queries, no network
problems, no disk problems, average CPU is about 20%.
When I have problems(couple of minutes every day) always I can see
similar picture as I described. Everything is normal,
only locks are higher as I described.
Any idea?
br, Simon
activity: locks, and so on...
The only problem I have is with locks.
What I can see for example is:
BROKER_TASK_STOP 3510 completed waits wait time
1.145 ms/sec %of total wait time: 63,48%
and
SOS_SCHEDULER_YIELD 1552974 completed waits wait time
0,203 %of total wait time: 25,49%
The first one is from sql service broker. But I disabled it on my
database:
ALTER DATABASE myDatabase SET DISABLE_BROKER
But it is still enabled in msdb and tempdb. Anybody know, why?(because
I didn't explicitly enabled it there, maybe some other person did, but
I guess it is automaticly enabled)
Should i disabled it on temp and msdb and enabled it just on my
database(because I would like to use it)?
And what about the SOS_SCHEDULER_YIELD?
I can't found no other problem. No long running queries, no network
problems, no disk problems, average CPU is about 20%.
When I have problems(couple of minutes every day) always I can see
similar picture as I described. Everything is normal,
only locks are higher as I described.
Any idea?
br, Simon