We enable transaction log archiving at every hour on our SQL server for providing Point-in-time recovery by log roll forward. However, after perform Full backup by Networker, we found that we cannot restore the SQL Server transaction log. See example below:
1200 1300 1400 1500 1600 1700
|-----|-----|-----|-----|-----|
^ ^ ^ ^ ^ ^ ^
A B C D E F G
a) SQL Transaction log backup is carried out during A, C, D, E, F and G.
b) In point (B)12:30, Networker is activated to carry out a full backup.
c) When try to restore the backup for point (D), we were not able to catch-up in restoring the transaction log for point (C) although we were able to restore the transaction log for point (D). As such, there will be data integrity problem in the restored database.
We will like to know how to backup and restore the database in discrete point-in-time (i.e. C, D, E, F and G) with data integrity.
NetWorker Software Detail:
Networker server 7.3.2 (Jumbo Update1)
Networker Storage Node 7.3.2 (Jumbo Update1)
Networker client 7.3.2 (Jumbo update1)
Networker MSSQL Module 5.0
1200 1300 1400 1500 1600 1700
|-----|-----|-----|-----|-----|
^ ^ ^ ^ ^ ^ ^
A B C D E F G
a) SQL Transaction log backup is carried out during A, C, D, E, F and G.
b) In point (B)12:30, Networker is activated to carry out a full backup.
c) When try to restore the backup for point (D), we were not able to catch-up in restoring the transaction log for point (C) although we were able to restore the transaction log for point (D). As such, there will be data integrity problem in the restored database.
We will like to know how to backup and restore the database in discrete point-in-time (i.e. C, D, E, F and G) with data integrity.
NetWorker Software Detail:
Networker server 7.3.2 (Jumbo Update1)
Networker Storage Node 7.3.2 (Jumbo Update1)
Networker client 7.3.2 (Jumbo update1)
Networker MSSQL Module 5.0