Groups | Blog | Home
all groups > sql server replication > july 2005 >

sql server replication : backing up replicated db's



combfilter
7/26/2005 4:20:03 PM
I have all the publishers on a emc san with 2gb fiber cards. My backups
are all done across the san as well, so speed is very fast. However, I
am running into contention backing up the databases that are publishing.
Those db's are taking 8hr's + to backup when the non published db's are
taking less then 5min.

What is the best/fastest way to backup db's that are publishing.

Thanks,

Narayana Vyas Kondreddi
7/26/2005 11:49:51 PM
Could it be that the log reader agent is not running for the published
databases? If the logreader agent is not running, then the replicated
transactions will not be cleared from the transaction log, and could result
in huge transaction log files. Are the backup and transaction log files
unusually big?

You can verify if the replicated transactions are being picked up, using
DBCC OPENTRAN. See SQL Server Books Online for more information.
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


[quoted text, click to view]

combfilter
8/1/2005 9:15:54 AM
In article <uAMOURjkFHA.3968@tk2msftngp13.phx.gbl>,
answer_me@hotmail.com says...
[quoted text, click to view]
they are semi big, but nothing really out of control. I will see the
log reader sometimes have the error of "cannot run sp_replcmds on
pubsliher". usually i just lower the transaction count and it will
solve it. Timeouts are already set really high. I just think the
backup software and replication fight for the control of the db.

AddThis Social Bookmark Button