• What out put should we expect here?

    I'm getting the below command when I execute the given script. I'm not getting all log backup commands? Please advise..

    (No column name)

    exec master.dbo.xp_restore_log @Database='WSS_Content_DB1', @filename=' Z:\Backups\VS1$ABCINS1\WSS_Content_DB1\Log', @with = NORECOVERY, @with ='STATS = 10' FROM [msdb]..[backupfile] bf INNER JOIN [msdb]..[backupset] bs ON bf.backup_set_id = bs.backup_set_id WHERE database_name = 'WSS_Content_DB1' bs.type = 'L' AND backup_start_date > '20130628 13:45' -- adjust to the time of used FULL/DIFF backup ORDER BY backup_finish_date