Log Shipping problem -
03-15-2005
, 06:08 AM
Sharad,
Let's say you are doing daily log backups, and daily
database backups on the publishing server. I'd create a
log backup job on the primary server which'll backup the
log to a device (file) and overwrite it. This way, the
log file will be identical each time. Have another step
in the job copy over the backup file to the standby
server by using a network share. Once you can determine
how long the backup and transfer take, you can add on a
bit of contingency time and create a job on the standby
server to run at the appropriate time which'll pick up
the backup file. This will do a restore from the file
with the standby option to allow access. You must ensure
nobody is on the database at the time of the restore, so
an initial step might remove all users.
HTH,
Paul Ibison, SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html) |