Viewing 15 posts - 76 through 90 (of 758 total)
Ford Fairlane (12/17/2013)
SQLSACT (12/16/2013)
Ford Fairlane (12/16/2013)
SQLSACT (12/12/2013)
We are looking at implementing AlwaysOn AG combined with a Failover Clustered Instance of SQL Server. This is the setup:
>> 3 Nodes (A,...
December 17, 2013 at 12:26 am
Ford Fairlane (12/16/2013)
SQLSACT (12/12/2013)
We are looking at implementing AlwaysOn AG combined with a Failover Clustered Instance of SQL Server. This is the setup:
>> 3 Nodes (A, B, C) joined...
December 16, 2013 at 11:56 pm
The connection will drop because the secondary replica database will go into a resolving state
December 16, 2013 at 11:14 pm
So all page splits cause a page allocation but not all page allocations stem from a page split?
December 12, 2013 at 11:55 pm
Thanks for the link, it doesn't help however.
I'm looking for the difference between the 2 counters.
December 12, 2013 at 6:10 am
December 12, 2013 at 1:08 am
Going with Synchronous
You can't have automatic failover in this type of configuration
December 12, 2013 at 12:44 am
What further information do you need?
I think that everything you need is in those DMV's
December 12, 2013 at 12:27 am
Perry Whittle (12/11/2013)
PHXHoward (12/6/2013)
With Windows 2012, a cluster will stay online with only one node standing. It has to do with dynamic weight adjustments.
Only if you have removed the voting...
December 11, 2013 at 6:41 am
Ok - my wording was wrong
Clean pages can be removed dropped from memory by the lazy writer, based on LRU.
My question is, I use the lazy writes/sec counter as one...
December 10, 2013 at 3:16 am
Thanks
The Lazy Writes/Sec counter monitors the amount of dirty pages are moved from to disk. Which counter, if any, measures the total amount of pages, including clean pages moved to...
December 10, 2013 at 12:56 am
I think you're confusing failover with quorum voting.
The quorum setup determines how many nodes need to be up in order for the entire cluster to stay up.
I would recommend that...
December 6, 2013 at 4:43 am
I've always maintained that if it's not broken, don't fix it. This is obviously besides routine maintenance.
However, as Grant said - Turn in on, monitor it and take it from...
December 3, 2013 at 12:27 am
OFAHW creates a plan-stub the first time an ad-hoc query is issued, the next time that same query is issued, SQL creates a full execution plan and removes the stub.
Are...
December 2, 2013 at 5:01 am
Viewing 15 posts - 76 through 90 (of 758 total)