Viewing 9 posts - 1 through 9 (of 9 total)
DDL issued against the published articles will propogate to the subscribers when they synchronize.
You do have the ability to disable DDL replication if you need to:
-- Turn off DDL replication...
June 9, 2009 at 7:54 am
We are currently using Merge Replication with 2008 Server as the publisher and clients running 2008 Express on their laptops. We recently upgraded from 2005 on both ends.
What...
May 14, 2009 at 8:06 am
Hi,
I am having a similar problem, with a similar environment to yours. I have also followed the steps in the KB article you mentioned with no success. ...
March 13, 2008 at 9:33 am
Sean,
No, we never did get the Message Queue task to work the way we wanted it to - perhaps it is possible, but we gave up on it and...
November 12, 2007 at 11:55 am
How do you mean performaing badly, what metrics are you using to make this assumption?
I would only ever expect a scan on deleted, if the table is small (...
July 20, 2006 at 10:10 am
Q. How many Microsoft employees does it take to change a light bulb?
A. They don't change it. They declare darkness to be the new standard.
March 3, 2006 at 7:43 am
Also be mindful that @@ERROR is reset after each statement is executed. From looking at your pseudo-code, this may be your problem
BEGIN TRANSACTION
insert into ... blah blah blah blah
blah...
April 7, 2004 at 6:52 am
Use SCOPE_IDENTITY in this case. There's a reason it's called that - because it retrieves the ID within the scope of your proc. IDENT_CURRENT should only be used...
April 2, 2003 at 7:50 pm
Viewing 9 posts - 1 through 9 (of 9 total)