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 do I view a stored procedure in sql server?
Do you know how to implement service broker?
What functions can a view be used to performed?
What does executeupdate return?
Can select statements be used on views in ms sql server?
How to receive returning result from a query?
What are different types of views?
How to create an index on a view?
What is logshipping and its purpose?
What happens if date-only values are provided as date and time literals?
Why truncate is ddl?
What are the disadvantages of indexes?
What is attribute relationships, why we need it? : sql server analysis services, ssas
Does transparent data encryption provide encryption when transmitting data across the network?
What is a non-clustered index?