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 / basha
SELECT * FROM SYSFILES, run this query against the db to
which u have to find file size.
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
What is the report builder?
How to Sync Two SQL Azure Databases?
What is the use of =,==,=== operators?
Which joins are sql server default?
Explain the microsoft sql server delete command?
What command is used to delete a table from the database in the sql server and how?
What is 3nf normalization?
What is an example of a primary key?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting is possible?
which table keeps the locking information? : Sql server administration
What is dml command?
How to change the system date and time from SQL Plus Terminal ?
Give an example of why you would want to denormalize a database
What are cursors and when they are useful?
Explain the third normal form(3nf)?