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

Answers were Sorted based on User's Feedback



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

Answer / basha

SELECT * FROM SYSFILES, run this query against the db to
which u have to find file size.

Is This Answer Correct ?    12 Yes 3 No

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

Answer / pandian s

SELECT * FROM MSDB..BACKUPSET WHERE
Database_Name='<DatabaseName>'

Is This Answer Correct ?    1 Yes 1 No

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

Answer / 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

More SQL Server Interview Questions

What are number line correlation administrators will use while working with a subquery?

0 Answers  


What is the maximum rows in sql server table?

0 Answers  


Explain the properties of a relational table?

0 Answers  


What is a field name?

0 Answers  


Explain different forms of normalization?

0 Answers  






What are mdf,ndf,ldf files and how to see the data in those files?

6 Answers   Accenture,


How do I uninstall sql server 2014?

0 Answers  


List the different types of collation sensitivities in sql server?

0 Answers  


How many types of keys are there?

0 Answers  


Why the trigger fires multiple times in single login?

0 Answers  


How to concatenate two strings in SQL Server.

0 Answers   HCL,


how to find 6th highest salary

0 Answers   Chetak Logistics,


Categories