Script to Verify the litespeed backup file


Use the below script to verify the litespeed backup file

exec master.dbo.xp_restore_verifyonly
@filename = N'\\backups\full\mydbbackup.full.BAK',
@filenumber = 1,
@logging = 0

4 thoughts on “Script to Verify the litespeed backup file

  1. Naveen's avatarNaveen

    Hi Jugal, My Litespeed restore script has use the lastest full backup file of date and time while restoring the database
    instead of previous date and time.

    Reply

Leave a reply to Samitha Cancel reply