Viewing 12 posts - 1 through 12 (of 12 total)
mh,
Can you post the source link to your explanation? I am doubtful that while reinitialization everything is dropped/deleted and recreated.
July 31, 2012 at 4:54 pm
So for a bidirectional(but always inserted at the subscriber) article, across publications, even if it is guaranteed that a uniquely identified row exists at only one subscriber (other than the...
July 31, 2012 at 4:32 pm
I tried this:
exec sp_changepublication @publication = N'DBNAME',@property=N'replicate_ddl',@value=0, @force_reinit_subscription=1,@force_invalidate_snapshot=1
but it comes up with "Database is not enabled for publication". Now I know for sure that is not correct. There are...
July 30, 2012 at 10:46 am
Got It. Thank you! That's what the firewall guys did probably (fix 1433 as the port for R2), when we complained that sql server is not accessible on that port.
February 8, 2012 at 2:21 pm
merge replication with pull subscribers
January 11, 2012 at 2:43 pm
Thank you. So the answer is, If the user application (at subscriber side) is adding a row into the child table, the corresponding parent table MUST be present right?
EX: Products...
January 10, 2012 at 4:10 pm
Just wanted to add a follow up. Order is not 'gauranteed' ofcourse, but as far as I know, it has no reason to bring back results out of order than...
June 16, 2011 at 9:00 am
Thank you all for the replies. I know order is not gauranteed, but I just have never seen order changing based on the value in where clause.
eg: .... where col...
June 7, 2011 at 7:09 am
I ended up hacking what I wanted from here:
http://www.simple-talk.com/sql/t-sql-programming/the-tsql-of-text-files/
May 4, 2009 at 2:44 pm
Excellent!! Thank you so much for the solution.
December 11, 2008 at 8:59 am
Viewing 12 posts - 1 through 12 (of 12 total)