Viewing 15 posts - 136 through 150 (of 195 total)
Perry Whittle (11/6/2008)
Why...
November 6, 2008 at 8:04 am
Glad that it's working. Interestingly, BOL says that the "none" option is deprecated and MS wants you to use "replication support only" instead. The same warning is in BOL for...
November 5, 2008 at 7:44 am
Is each set of tables in a separate publication, or are you reusing the publication and just swapping out which tables are included in it?
October 29, 2008 at 11:31 am
My next suggestion exactly what you've done - manually bcp the snapshot file in, but you shouldn't have to zap anything in MSrepl_commands. I've written a blog post about how...
October 29, 2008 at 9:12 am
Ah, now I see that in the script you provided. Serves me right for trying to finish my response before I left for the day. :doze:
Just so I am clear,...
October 29, 2008 at 8:10 am
I believe that is correct. You might also want to tinker with the setting for BcpBatchSize to see if it helps. The default is 1,000 rows per transaction at the...
October 29, 2008 at 8:07 am
Not to get off topic, but how big are these tables? If they're relatively small would it make sense to change the properties of each article to NOT replicate delete...
October 28, 2008 at 3:26 pm
I would keep it simple - one server as publisher, the other two as subscribers. Run the merge agents every minute, or even continuously, to keep latency at a minimum....
October 28, 2008 at 2:40 pm
I suppose you could set up one server as a publisher and the other two as subscribers, then enforce the ranges that each subscriber is allowed to update with triggers...
October 28, 2008 at 1:59 pm
You can create a new distribution agent profile and change the timeout value. In Replication Monitor navigate to your publication so that you can see your subscriptions in the "All...
October 28, 2008 at 1:55 pm
You appear to be missing some key details here. Please provide more information about what your problem is so we can help.
October 28, 2008 at 1:47 pm
Can you provide more details as to exactly what the steps are when you remove the table from the publication and add it back in?
October 28, 2008 at 1:46 pm
Looking back, I'm not sure why this topic is titled "Columns not propogating" when the original poster said it was rows that were missing from the subscriber...but in any case,...
October 28, 2008 at 1:44 pm
If I understand what you're saying correctly, your subscriber doesn't have rows that exist on your publisher. It sounds like you might have a filter in place which is limited...
October 24, 2008 at 7:19 pm
Assuming your subscriber is part of an AD domain...As long as the subscriber's name in AD remains the same you can do this. I would stop the distribution agent first,...
October 24, 2008 at 7:10 am
Viewing 15 posts - 136 through 150 (of 195 total)