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