Results 1 to 3 of 3

Thread: SQL Server Database Information

  1. #1
    Join Date
    Jun 2003
    Posts
    5

    Question SQL Server Database Information

    Help Required, Need to create a query that will extract data on all Databases on a server with the following information :- Database Name, size, location, backup filename, size, location, date of Last Backup, log file name, size, location, date of last log file.

  2. #2
    Join Date
    Mar 2003
    Location
    NJ
    Posts
    201
    You could go to msdb database and refer to all these system tables

    1.backupfile
    2.backupmediafamily
    3.backupmediaset
    4.backupset

  3. #3
    Join Date
    Jun 2003
    Posts
    5
    Thanks, will give it a try.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •