Are my thoughts correct that in the event of a failure, there will always be data loss?
Scenario:
Full backup of database every day at 11:00pm.
Log backup of database every hour.
1/8/2015 full backup completed successfully at 11:00pm, log backup 1/9/2015 at 12:00am, 1:00am, 2:00am completed successfully as well.
If the server goes down on 1/9/2015 2:45am; I can only restore up to 1/9/2015 2:00am, correct? All the data between 2:00am - 2:45am will be lost, correct?
Is there to restore the data?
Thanks.