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
Can you create a logon trigger in sql server 2005 express edition?
What new changes are being made in SQL Server?
What is the difference between delete and truncate statements?
What are different types of raid configurations? : SQL Server Architecture
How to stop a loop early with break statements in ms sql server?
What is etl - extraction, transformation, and loading?
Where do you find the default Index fill factor and how to change it?
Explain use of expression builder.
What is a result set object returned by mssql_query()?
What’s the use of custom fields in report?
what is normalization? Explain different levels of normalization? : Sql server database administration
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
where can you add custom error messages to sql server? : Sql server administration
how many triggers you can have on a table? : Sql server database administration
What are SSL and TSL protocols?