Quantcast
Channel: SQL Server High Availability and Disaster Recovery forum
Viewing all articles
Browse latest Browse all 4532

only log backups need to be restored without full backup on database?

$
0
0

Hi All,

unfortunately database full backup has missed on server but i have log backups.

i want to restore only log backups on server but i'm unable to restore due to LSN mismatch error .. 

i am using the below command for to bring database into restoring state ..

BACKUP LOG [Database_name] TO  DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL12.EXP_ADV\MSSQL\Backup\Database_name03.trn' 
WITH NOFORMAT, NOINIT,  NAME = N'test-Full Database Backup', SKIP, NOREWIND,norecovery,NOUNLOAD,  STATS = 10
GO


Viewing all articles
Browse latest Browse all 4532

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>