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

sql server replication

group:

Backup Distribution DB ?


Backup Distribution DB ? Mike
4/30/2004 3:41:34 PM
sql server replication:

Should you backup the distribution database? If yes how
often?

Thank You,

Re: Backup Distribution DB ? Hilary Cotter
4/30/2004 10:16:30 PM
In general it is a good practice.

However restoring an old copy of the distribution database into a production
system will cause your log reader and distribution agents to fail.

[quoted text, click to view]

Re: Backup Distribution DB ? Paul Ibison
4/30/2004 11:54:55 PM
Mike,
it depends on the type of replication. It's important for all kinds, but
snapshot and merge can be more easily recovered with an older backup of the
distribution db as it is not used for data. This is most important for
transactional replication, where using the sync with backup option ensures
the distributor backups can't get ahead of the production backups. In BOL
there is a useful topic on "Backing Up and Restoring Replication Databases"
that may help.
Regards,
Paul Ibison

Re: Backup Distribution DB ? Michael Hotek
5/2/2004 4:45:14 AM
Only if you are using transactional.

If you are using merge, there are no log reader or distribution agents. If
you are using snapshot, there is no log reader.

--
Mike
Principal Mentor
Solid Quality Learning
"More than just Training"
SQL Server MVP
http://www.solidqualitylearning.com
http://www.mssqlserver.com

Re: Backup Distribution DB ? Hilary Cotter
5/3/2004 10:16:44 PM
good point - I missed that!

[quoted text, click to view]

AddThis Social Bookmark Button