Schedule monitoring of Azure SQL DB serverless databases

SevernSevern Posts: 8 Bronze 1
edited August 11, 2023 7:57AM in Redgate Monitor
We have a few serverless Azure SQL databases that automatically pause after 1 hour of inactivity. However SQL monitor seems to keep them awake.

Is there anyway that we could automatically schedule SQL monitor to stop monitoring selected databases outside of office hours so they can pause (and we can save some money!)
Tagged:

Best Answer

  • RobynRobyn Posts: 195 Gold 1
    Hi,

    Thanks for your post.

    As SQL Monitor licensing for Azure SQL Databases is per database, it makes no difference if it's a serverless database or not. 
     
    You can use the Powershell API and create a script that suspends and unsuspends those databases at a set time. 
    Kind regards

    Robyn Edwards | Redgate Software
    Have you visited our Help Center?

Answers

  • SevernSevern Posts: 8 Bronze 1
    Thanks Robyn, I wasn't aware I could do that and, what's more, that there were examples in the configuration menu!
    Have found an example that does just what I want and will give it a go.
Sign In or Register to comment.