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
Explain the creation and execution of a user-defined function in the sql server?
What is the architecture of ms sql reporting service?
What are Row versions of DataRow?
What are the different types of subquery?
How do you create a clustered index?
How can I create a report based on a query? : sql server management studio
Define candidate key, alternate key, and composite key.
How to invoke a trigger on demand?
How to drop an existing stored procedure in ms sql server?
How to use values from other tables in update statements in ms sql server?
List some advantages and disadvantages of stored procedure?
How do I run sql server 2014?
What is the cartesian product of the table?
Explain what are the authentication modes in sql server?
How do you start single user mode in clustered installations?