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

sql server replication

group:

Replication or log shipping



Replication or log shipping Allan
12/7/2004 2:21:50 AM
sql server replication: I have a SQL server with 90 databases (with avg of 30
tables in each) , each needs to be replicated (Transaction
immediate)
The Distrubution databse is on this server. I have been
having problems with some of the database failing to
replicate, and I was wondering if Log shipping between
linked servers would be a better option.

Replication or log shipping Paul Ibison
12/7/2004 4:18:04 AM
The 2 methods are similar but not exactly equivalent -
please look at the article on www.replicationanswers.com
where I have contrasted most functionality to help make
the decision easier.
Rgds,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)
Re: Replication or log shipping Hilary Cotter
12/7/2004 8:14:48 AM
Log shipping replicates the entire database. Replication will allow you to
replicate a subset of the database, allow you to subset the data, but will
not replicate system objects.

While using log shipping your users will have to go offline while the logs
are being applied, and the database must be treated as read only. You cannot
place custom indexes on the subscriber or modify the schema there.

--
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