I have set the the "desired state" to ON for the three automatic tuning options for my Azure SQL database (i.e. force plan, create index, drop index).
The database compatibility level is 150 and the Query Store operation mode is "read write".
However, the force plan setting remains at OFF, with the message "disabled by system". This is confirmed by querying sys.database_automatic_tuning_options
.
I'm keen to take advantage of the automated plan forcing. What could be causing this, and is there anything I can do to fix it?
I could find this documented in the official MS doc here