How to deny write permission to a user group for few hours in SQL SEVER

  • We have a bunch of queries that we run every month end. These queries store data from our production database to the reporting database. There's a user group that has read/write access to the database and we want to deny just the write access only for 2 hours. Is that possible to have this process automated every month end?

  • You can set up a SQL Agent job with a schedule that will run on the last day of every month and does that for you.

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

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