getting the recovery model

  • Hi,

    we are using sql server 2000 service pack 4.

    when I do a select * from the sys.databases table in query analyzer I dont have a recovery_model_desc field.

    I am trying to programmatically get the recovery model for a few databases

    Help appreciated

    Thanks

    P

  • SQL 2000 doesn't have sys.databases, it's new in SQL 2005.

    DatabasePropertyEx has it (function), see Books Online for details.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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