Policy

  • I am trying to create a policy which will force my backups to all be placed in a specific filepath

    not sure how to do this

    any help would be very appreciated?

  • markusstar (1/24/2013)


    I am trying to create a policy which will force my backups to all be placed in a specific filepath not sure how to do this. any help would be very appreciated?

    I think there is an easier solution, the default location for backups is specified by the value of the BackupDirectory facet property - change it as needed and you are done.

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • thank you, makes a lot more sense now

    I am also looking to implement a policy that will prevent people from creating objects in schemas that don't exist, and I really have no idea on how to proceed

    any ideas?

  • markusstar (1/24/2013)


    thank you, makes a lot more sense now

    I am also looking to implement a policy that will prevent people from creating objects in schemas that don't exist, and I really have no idea on how to proceed

    any ideas?

    Oh well... if the schema don't exist then users are NOT going to be able to create objects on them so, creating such a policy would equate to a "don't use the elevator" sign in a place with no elevator at all 😉

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

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

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