Policy Question

  • I'm trying to create a policy that validates that all databases are in Full Recovery mode.

    The problem I'm having is that I want to exclude one database from the policy which is a database named "DBAMonitoring".

    Attached is the Condition I'm creating, which fails each time on the "DBAMonitoring" database. How can I exclude it from this policy?

  • Create a condition, I'd call it Except DBAMonitoring

    Facet will be Database

    Expression will be @Name != 'DBAMonitoring'

    Within the Policy see Against Targets, Choose Except DBAMonitoring

    This should do it I think.

    CEWII

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

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