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 to assign null values to variables or columns?
Explain what is “asynchronous” communication in sql server service broker?
What structure can you implement for the database to speed up table reads?
Explain syntax for viewing trigger?
Give me any three differences between Truncate and Delete.
What is ddl command?
How to check status of stored procedure in sql server?
What is measure group, measure? : sql server analysis services, ssas
What is BLOCK statements in SQL?
Explain few examples of stored procedure over triggers?
Can we use trigger new in before insert?
What is logshipping and its purpose?
How to insert new line characters into strings?
What is clustered primary key?
How do I know if localdb is running?