Viewing 15 posts - 91 through 105 (of 965 total)
The Alternative you list is the best way to do what you want done and it would be far less expensive than performing a memory dump to have an activation...
October 5, 2011 at 11:45 am
As posted on your StackOverflow question:
You are over engineering this. I don't claim to know all the intricate details of the thread memory but there is no reason for...
October 5, 2011 at 10:42 am
And the following article refers to it as an Active/Active/Passive cluster:
Reviewing and Testing SQL Server Cluster Configuration for Failover Scenarios
You are trying to split hairs over symantics here that can...
May 26, 2011 at 10:31 am
Perry Whittle (5/26/2011)
Firstly there is no such thing as anActive\active\active\passive cluster.
A cluster is either active\active or active\passive.
I'm not sure why you'd say there is no such thing as an Active/Active/Active/Passive...
May 26, 2011 at 9:30 am
Jeff Moden (5/1/2011)
Solomon Rutzky (4/30/2011)
Jeff Moden (4/29/2011)
May 1, 2011 at 11:07 am
ssb-402814 (3/30/2011)
April 26, 2011 at 8:21 pm
With multiple log files, the engine will write serially through the log files. If you started in the first file, the transaction would use all the VLF's in the...
March 8, 2011 at 8:49 am
Even if you have ASYNC_NETWORK_IO waits that's not generally a sign that the network is the problem. The most common cause of this wait type is client code that...
February 7, 2011 at 10:10 am
It is downloadable from the SQL 2008 Feature Pack, but it works on Service Broker, and is functional against SQL Server 2005 as well. The original source code that...
January 4, 2011 at 3:10 pm
I wouldn't use SQLCLR for this, I would use Service Broker and External Activation to solve this problem. You can find out more about the External Activator and how...
January 4, 2011 at 1:10 pm
Nope not really, you seem to have an excuse for everything so its pretty much pointless trying to help you fix all incorrect information that exists in your blog that...
December 27, 2010 at 7:19 pm
Core6430 (12/24/2010)
December 24, 2010 at 2:11 pm
ab5sr (12/23/2010)
December 24, 2010 at 2:04 pm
One of my favorite topics, and a very difficult one at that. I personally handle things differently depending on the who/what/where of the content. Inaccuracies on the forums...
December 22, 2010 at 6:39 am
Not that I know of, but its possible that there might be. Without the deadlock graph its hard to know what is occurring behind the scenes leading to the...
December 21, 2010 at 8:13 am
Viewing 15 posts - 91 through 105 (of 965 total)