Is there a system table that can be queried which will output the recovery model of a database?

  • I am curious if there is a way I can write a query to show the Database recovery setting?  If so would you please let me know what table or tables I need to utilize?

     

     

    Thanks in advance,

    Leeland

  • try this:

    select DATABASEPROPERTYEX( 'yourDBName' , 'Recovery' )

     

  • PERFECT...thanks for the info...

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

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