Code to recover the database log with Recovery

Karthikanbarasan
Posted by Karthikanbarasan under Sql Server category on | Points: 40 | Views : 2616
RESTORE LOG SampleDB
FROM DISK = 'E:\SQLBackups\SampleDBbackup.BAK'
WITH RECOVERY

Comments or Responses

Login to post response