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 Posted / rajasethupathy

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between dbcc indexdefrag and dbcc reindex?

519


What is snapshot report?

129


what is isolation level at dead lock?

1745


What is a DBMS, query, SQL?

575


What are the five characteristics of good data?

514






What are the different types of locks in the database?

486


Is it possible to import data directly from t-sql commands without using sql server integration services? If so, what are the commands?

849


How do I manually uninstall an instance of sql server 2016?

544


How to create a simple stored procedure in ms sql server?

519


List out the difference between union and union all in sql server?

517


List out different types of normalizations in sql server and explain each of them?

551


What is self contained scalar sub query?

533


How to get a list of columns in a view using the "sp_columns" stored procedure?

612


how to trace the traffic hitting a sql server? : Sql server database administration

1122


Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?

538