Wich table/database hold the info about the recovery model?

  • I need to know wich database hold the info about the recovery model of all databases using sql server 2005

    ie. - select * from sysdatabases or select * from sysobjects

    wich one I can find the recovery model for the databases?

    thanks

  • I ran this against Master:

    select * from sys.databases

  • thank YOU 🙂

  • No problem.

    On second thought: You can run it against any of your databases & it should yield the same result.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply