Viewing 15 posts - 511 through 525 (of 758 total)
GilaMonster (7/12/2012)
From os_wait_stats, no, that's the aggregated totals since SQL started.For process level, sys.dm_os_waiting_tasks or extended events
Thanks
Is sys.dm_os_waiting_tasks current tasks or also tasks that have waited?
Thanks
July 12, 2012 at 8:58 am
GilaMonster (7/12/2012)
SQLSACT (7/12/2012)
So this is saying that a process wanted to acquire a Shared Lock on an object but something else already had an exclusive lock on the same object?
Not...
July 12, 2012 at 8:36 am
GilaMonster (7/11/2012)
When a process has to wait for a resource, it gets a matching wait type (waiting for locks gets a lock...
July 12, 2012 at 8:22 am
GilaMonster (7/11/2012)
SELECT database_name ,MAX(CASE type
WHEN 'D' THEN...
July 12, 2012 at 7:01 am
GilaMonster (7/11/2012)
SQLSACT (7/11/2012)
Hi AllA question regarding the following DMV:
sys.dm_os_wait_stats
Does this DMV indicate processes that are currently in a waiting state or processes that have had to wait for resources?
That is...
July 11, 2012 at 11:46 am
Grant Fritchey (7/11/2012)
In...
July 11, 2012 at 7:57 am
GilaMonster (7/11/2012)
SELECT database_name ,MAX(CASE type
WHEN 'D' THEN...
July 11, 2012 at 1:43 am
GilaMonster (7/7/2012)
It's sometimes called that, I personally hate the term because it's ambiguous.It's low average page density.
If I find that my Index does have a Low Average Page Density,
Can I...
July 7, 2012 at 11:58 am
GilaMonster (7/7/2012)
It's sometimes called that, I personally hate the term because it's ambiguous.It's low average page density.
Thanks
July 7, 2012 at 11:40 am
GilaMonster (7/7/2012)
It's not just about the effect on scans, it's also about the page density. If that's lower than desired, the index takes more space than it otherwise needs and...
July 7, 2012 at 10:28 am
Sqlsavy (7/6/2012)
July 6, 2012 at 4:23 am
Sqlsavy (7/6/2012)
July 6, 2012 at 4:11 am
Perry Whittle (6/13/2012)
SQLSACT (6/12/2012)
Forget about Server3 - Doesn't exist
We have a 2 Node Cluster with servers Server1 & Server2
In a different geographic location (on...
June 13, 2012 at 1:34 am
Perry Whittle (6/12/2012)
sorry still not with you
OK
This is where we are
Forget about Server3 - Doesn't exist
We have a 2 Node Cluster with servers Server1 & Server2
In a different geographic location...
June 12, 2012 at 8:42 am
Perry Whittle (6/12/2012)
sorry still not with you
Ok
So we have Server1 & Server2 - Together as a 2 Node Cluster
Server3 - Single Node Cluster, different storage and geographic location
Server2 needs to...
June 12, 2012 at 7:31 am
Viewing 15 posts - 511 through 525 (of 758 total)