adspace
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
Why should you use or avoid select * statements?
Explain system functions or built-in functions? What are different types of system functions?
How can I check that whether automatic statistic update is enabled or not?
How do I create a trace in sql server?
How to remove duplicate rows from table except one?
What is a view in sql?
How to provide default values to function parameters?
what is spatial nonclustered index
What is a scheduled job or what is a scheduled task?
How can we solve concurrency problems?
Why use identity in sql server?
Why and when do stored procedure recompile?
What is temporary table in sql server? Why we use temp table?
How to convert numeric expression data types using the cast() function?
What are the properties of the transaction?