Suppose there is a a full database backup, and 10000 transaction log backup files.
Then I restore the full database , restore the transaction logs backup, when restore the X-th transaction log, the server power off suddenly.
As I didn't know the how many transaction logs have been restored, so My question is which transaction log files to which should I perform when server restarted ?
for example, the restored was interrupted at the 5000th transaction log file, so when the system restart, I need to restore again starting from 5000th transaction log file ,but how do I know it interrupted at the 5000th transaction log file?
Please click the Mark as Answer button if a post solves your problem!