rajasethupathy


{ City } chennai
< Country > india
* Profession * software engineer
User No # 43083
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 1
Questions / { rajasethupathy }
Questions Answers Category Views Company eMail




Answers / { rajasethupathy }

Question { IBM, 6874 }

1.How to check the backup file details if we do not have
access to that folder
2.how to check the backup file size without connecting to
the folder


Answer

The back up details would have been stored in the system
table backupset of system database msdb. So we can get it
from there.

ex

use msdb
select * from backupset

Is This Answer Correct ?    1 Yes 1 No