September 19, 2007 at 2:09 am
mastlog d:\Program Files\Microsoft SQL Server\MSSQL\data\mastlog.ldf L NULL 2621440 35184372080640
rasgasprod backup NULL 1 NULL 0
mi_dbadmin backup NULL 1 NULL 0
September 24, 2007 at 3:04 pm
AiJaz,
After playing with this a little it looks like Restore FileListOnly returns only the files of the first database placed in the backup file unless you use WITH file=n. If you issue the command like this:
Restore FileListOnly From [file name] with File = 2 it will show the second db backed up, etc...
Restore HeaderOnly from [file name] actually lists all DB's backed up on the backup file.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 25, 2007 at 1:28 am
hi Jack,
many many thanks to you. my doubt is clear now. infact i was in the process of writing new backup scripts. thanks once again you save my lot of time.
regards
Aijaz
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply