Quantcast
Channel: SQLServerCentral » SQL Server 7,2000 » Administration » Latest topics
Viewing all articles
Browse latest Browse all 482

Logshipping

$
0
0
Hi All,We have customize the logshipping in our environment for two database. Below are the detailsDatabase: prod1Everyday Full backup at 00:10 then this backup shipped to ServerB and restored to prod1 secondary database. Then at 02:00 - 23:30 every 30 mins transaction log backup and restored to secondary database.Database: prod2Everyday Full backup at 00:20 then this backup shipped to ServerB and restored to prod2 secondary database. Then at 02:15 - 23:45 every 30 mins transaction log backup and restored to secondary database.We have seperate folders on secondary server to store the full backup and tlog backup. Like below\\ServerB\D$\DBRestore\17apr2009\DB1 -----Pointing to prod1\\ServerB\D$\DBRestore\17apr2009\DB2 -----Pointing to prod2Backups and restore are running fine till 12:00 PM but everyday somehow I am not able to figure out transaction log backup of Prod2 database gets copied to DB2 folder as well as DB1 folder after 12:00 PM. Then from this point of time both restore jobs are failing till last execution of the day. And this process repeating almost everyday. I've checked other jobs but not able to find any anomalies.Looking for advice as soon as possible.Thanks in advance.Regards, Austin

Viewing all articles
Browse latest Browse all 482

Trending Articles