LSN of Backups

  • from which table we can findout the LSN of the transactional backup we took

  • select *

    from msdb.dbo.backupset bs

    inner join msdb.dbo.backupfile bf on bs.backup_set_id = bf.backup_set_id

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Hello there, i want a help from you. can you please tell me how we take backup without affecting LSN ?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply