Log Shipping Problem - Pls help me -
03-18-2005
, 02:51 AM
Sharad,
you could have a backup device for each time of the day
that the transaction logs are created eg if you have
hourly transaction log backups, you have 24 devices.
Device1 holds the 1am tlog backup, Device2 holds the 2am
backup etc. Each backup is set to overwrite the previous
ones in the device. This way in effect, the filenames are
predictable. Alternatively, if you are only inteterested
in the latest one, you could make your life really simple
by having one transaction log and continually overwriting
it, which'll make the restore process a doddle.
HTH,
Paul Ibison, SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html) |