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 / rajasethupathy
The back up details would have been stored in the system
table backupset of system database msdb. So we can get it
from there.
ex
use msdb
select * from backupset
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is forward - only cursors / read only cursor?
What is the purpose of the model database?
What is updatable resultset?
explain different types of backups avaialabe in sql server? : Sql server database administration
Explain what stored procedure sp_replcounters is used for? : sql server replication
Explain primary key?
How to get a list of table columns using the "sp_columns" stored procedure in ms sql server?
What is normalization? Explain different forms of normalization?
what is the main function of a query parameter?
How do I start sql server?
How to create user defined functions with parameters?
What is dirty read?
What is PROJECTION Operation?
What are page splits?
What is transaction server distributed transaction?