Viewing 15 posts - 16 through 30 (of 463 total)
Almost nothing, which is why the Express edition can perform this task. It's only there to form a quorum, so it's role is really to tell server A whether...
January 28, 2011 at 3:56 pm
nadabadan (1/27/2011)
January 27, 2011 at 9:34 pm
nadabadan (1/27/2011)
DECLARE @v-2 varchar(max)
DECLARE @t varchar(max)
SET @t = 'abcdefghij'
SELECT @v-2 = REPLICATE( @t, 10000 )
SELECT @v-2
If you copy and paste the value in the...
January 27, 2011 at 3:06 pm
nadabadan (1/27/2011)
matt stockham (1/27/2011)
January 27, 2011 at 2:19 pm
All valid techniques, but if you just want to see the content of a long field then the easiest way is to copy the value (ctrl-c) from the cell and...
January 27, 2011 at 1:12 pm
You may want to check your wait stats during a test to see what the delay is.
October 12, 2010 at 1:52 pm
Ninja's_RGR'us (5/10/2010)
(Yes I'll test on preprod server to confirm)..., but are there any adverse...
May 10, 2010 at 3:57 pm
Chandu-212374 (4/29/2010)
April 30, 2010 at 11:05 pm
I looked up that log message and found http://support.microsoft.com/kb/937041
So you can force replication to continue with the trace flag if you have that CU or are on SP3. I...
April 29, 2010 at 10:58 am
Jason Shadonix (4/28/2010)
aqkhan_k (4/28/2010)
But when the Mirror comes back online,...
April 28, 2010 at 11:07 am
Yes, it will connect but there are a few tree nodes in the explorer that won't be available - pretty much any of the new functionality.
April 27, 2010 at 3:54 pm
It shouldn't matter - as long as the witness is available (if you are using one) then the principal will continue to create log entries.
April 27, 2010 at 3:49 pm
Here are a couple of documents that will help you understand the issues. Being as the decision already seems to have been made, and the hardware purchased, I would...
April 27, 2010 at 3:44 pm
Most likely the two servers will become unsynchronized for the duration of the outage, and sync up when they can talk again. The bigger concern would be that the...
April 27, 2010 at 3:40 pm
More threads = more memory usage, more CPU required, and of course the number of cores will limit the number of concurrent active threads. If the threads can't do...
April 27, 2010 at 8:26 am
Viewing 15 posts - 16 through 30 (of 463 total)