Replication? | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Replication?

I have merge replication setup on my servers. 1. How to make merge replication one way?
2. How log shipping is better than merge replication? I find log shipping is more difficult to implement and manage than merge replication. Also it is included only in the enterprise edition, where as replication can be done from stnadard edition of sql server. I think, therefore I am
1. You may want to setup transactional replication if you want one way synchronization. 2. With log shipping, you don’t have to install anything special on the master server (viz. distribution database, replication agents etc.) To me, log shipping is far easier to implement than replication and you don’t have to have enterprise edition for this. There are several manual procedures available out there.
One of my favourite is the one available with Backoffice 4.5 Resource Kit.
Log-shipping can backup once every minute and the copy and load frequency can also be every minute. If you use transactional replication or merge replication, the latency can be as low as a few seconds, assuming the relevant -POLLINGINTERVAL agent parameters are minimized. Snapshot replication will have a much higher latency as it requires an exclusive lock on the publisher’s replicated tables – consequently it is often considered an offline solution. Refer to thishttp://www.sql-server-performance.com/forum/topic.asp?TOPIC_ID=5348 relevant thread and I agree with Chakri’s comments. Few articles on the log shipping for your information:
http://www.sql-server-performance.com/sql_server_log_shipping.asp
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/logship1.mspx
http://www.microsoft.com/technet/prodtechnol/sql/2000/maintain/logship2.mspx Satya SKJ
Moderator
http://www.SQL-Server-Performance.Com/forum
This posting is provided “AS IS” with no rights for the sake of knowledge sharing.
]]>