Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between mysql and mysqli?

1287


Explain different forms of normalization?

1001


How to download microsoft sql server 2005 express edition?

1094


What is the default sql server instance name?

1088


What is the correct order of the logical query processing phases?

995


What are the differences between DDL, DML and DCL in SQL?

1279


How to get the definition of a user defined function back?

1086


there is a trigger defined for insert operations on a table, in an oltp system. The trigger is written to instantiate a com object and pass the newly inserted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better? : Sql server database administration

968


What is sql server transaction log file?

1107


If the job running very slow what is the action you do

1942


What is tempdb in sql server?

1029


What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas

1026


Why should one not prefix user stored procedures with ‘sp_’?

1099


How do you improve the performance of a SQL Azure Database?

137


Can you edit the .rdl code associated with a linked report?

168