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 / pandian s
SELECT * FROM MSDB..BACKUPSET WHERE
Database_Name='<DatabaseName>'
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How many servers can we create in a single subscription?
what is memory-optimized nonclustered indexes
How to retrieve error messages using odbc_errormsg()?
What are the steps to take to improve performance of a poor performing query? : sql server database administration
How to find index size for each index on table?
How do we synchronize On-Premise SQL server with SQL Azure?
What is fill factor and pad index?
What are the advantages of partitioning?
What is a fill factor?
Define outer join?
What is DCL?
Explain the different types of backups available in sql server? : sql server database administration
What are the purpose of Normalisation?
How do I completely remove sql server instance?
What is transaction server distributed transaction?