How can we check if Azure SQL Database “Force_Last_Good_Plan” enabled?
select * from sys.database_automatic_tuning_options where name = ‘FORCE_LAST_GOOD_PLAN’

error messages/work around/solutions
How can we check if Azure SQL Database “Force_Last_Good_Plan” enabled?
select * from sys.database_automatic_tuning_options where name = ‘FORCE_LAST_GOOD_PLAN’

I am working as a SQL Server DBA. View more posts