all groups > sql server replication > december 2004 >
You're in the

sql server replication

group:

Replication setup


Replication setup massa
12/7/2004 7:45:08 AM
sql server replication:
How many articles can take part in merge replication?
I need to replicate about 200 tables. From them 25 are common for all my
subscribers and do not need to be filtered. Other I plan to filter with
static filters.
Is there benefit to allocate this 25 common tables in separate publication
or it will be better to include them in all publications where tables with
filters are placed?
Re: Replication setup Hilary Cotter
12/7/2004 12:42:00 PM
Ideally you would have a single publication. There is no performance impact
by having multiple publications. If you are going to have multiple
publications (perhaps a publication for each article), you should group
articles which are related (PK-FK) relationships into the same publication.

--
Hilary Cotter
Looking for a SQL Server replication book?
Now available for purchase at:
http://www.nwsu.com/0974973602.html

[quoted text, click to view]

AddThis Social Bookmark Button