I have a two backup files (MS SQL SERVER) 1) Demo.bak 2)DemoDiff.bak
I want to restore the Base database (Demo.bak) then Differential backup (DemoDiff.bak). As I need to restore the differential database then I have to restore my base database with NORECOVERY option. But, when I restore with NORECOVERY option the database state is showing as 'Restoring' for a long time (Actually it as only 3519 KB size).
Can anyone help me out from this?
RESTORING is the expected state of a database after a RESTORE with NORECOVERY. You can then apply transaction log backups or a differential backup.
Recovery takes the database from RESTORING to ONLINE.