Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 DatabaseBackupLSN help

Author  Topic 

ann06
Posting Yak Master

171 Posts

Posted - 2008-08-02 : 04:37:33

DatabaseBackupLSN is a column that should be returned when you make a restore headeronly as mentioned in the msdn. but trying the restore headeronly i couldn't find this column although i use sql 2000.
i found firstlsn, lastlsn, differential baselsn and checkpointlsn.
what is the proper way to use these lsn for verification i.e with other sequential backups

Thankssss

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-08-02 : 14:31:24
You may read sql2k5 article.
Go to Top of Page
   

- Advertisement -