all groups > sql server replication > september 2006 >
You're in the

sql server replication

group:

Setting up a new replication


Re: Setting up a new replication Hilary Cotter
9/21/2006 9:42:11 AM
sql server replication:
Well, sort of. By default when you create a replication topology, the
publisher or source will change the subscriber or destination so that it is
a copy of the publisher and keep it synchronized after that.

You can do a no-sync subscription where you don't change the subscriber so
it is identical to the publisher, and only the changes occurring on the
publisher will be replicated to the subscriber. To get this to work you have
to take special steps however.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Setting up a new replication Samuel Shulman
9/21/2006 11:08:56 PM
Hi

When setting up a new replication, can I take 2 non identical databases and
set up the replication and all changes the differences will be updated

OR

For full consistency it is necessary to start off with identical databases

Thank you for your advice,
Samuel

Re: Setting up a new replication Paul Ibison
9/22/2006 12:00:00 AM
Samuel,
certainly the situation where the 2 databases must be identical is the most
simple case to set up - either you initialize as per normal or do a nosync
initialization.
To make transactional replication work with schema changes, you can use
indexed views on the publisher and replicate these - and this can be
automatic or nosync also.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .

AddThis Social Bookmark Button