Viewing 15 posts - 376 through 390 (of 471 total)
Yes I agree. When "S" wasn't there I went looking for the correct answer.
March 17, 2009 at 7:19 am
Got it. Thanks for the clarification.
March 5, 2009 at 1:05 pm
Does it work this way because the original select and final select are within a transaction? Or does that matter?
March 5, 2009 at 12:56 pm
Wouldn't the last select hang waiting for the pending commit or rollback?
March 5, 2009 at 12:39 pm
I chose the correct answer because I felt it was most correct. But the way I read it was that if you had READ_COMMITTED_SNAPSHOT set to on, it would...
March 5, 2009 at 12:25 pm
William Vach (3/5/2009)
Shouldn't the where clause of the 3rd statement be "where id = 2"?
A great question that makes you think. But we need to fix the typo in...
March 5, 2009 at 8:36 am
I am sure that Steve will correct this when he gets a chance to review it.
February 23, 2009 at 8:41 am
Yes, that makes sense since there is no way to take a table offline like you can in Oracle.
February 3, 2009 at 11:18 am
I guess it is a way to take the table offline while preparing to do something with it. That's all I can think of.
February 3, 2009 at 10:10 am
According to the guidelines, inserts will fail also. I agree, I am not sure why you would ever want to disable the clustered index. I can't...
February 3, 2009 at 10:06 am
That was the way I read it also. It doesn't explicitly say in BOL that it applies data changes to the Subscriber but from reading the description it seems...
January 28, 2009 at 7:32 am
If the Merge agent does not apply data changes to the Subscriber, then what does? There is not Distribution Agent in Merge Replication, is there?
January 28, 2009 at 6:36 am
Viewing 15 posts - 376 through 390 (of 471 total)