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
Indexes are updated automatically is the full-text index also updated automatically?
How to create new tables with "select ... Into" statements in ms sql server?
How to fine-tune reports?
What is the difference between Normalization and De-normalization?
What is the difference between grant and with grant while giving permissions to the user?
What according to you is the difference between mysql and sql server performance?
How can we get count of the number of records in a table?
What is the correct order of the logical query processing phases?
What is indexing explain it with an example?
What is a partition key?
What are the different methods available under sqlcommand class to access the data?
Explain what you mean by 3 tier architecture.
What is Federation Root Database?
Can I use sql azure as a backup with log shipping or database mirroring?
Please explain go command in sql server?