Hi Redgate Team!
The following statement will cause an issue
ALTER DATABASE AdventureWorks2016 SET QUERY_STORE CLEAR ALL
GO
Formatting will add a semicolon after CLEAR which invalids the statement!
ALTER DATABASE AdventureWorks2016 SET QUERY_STORE CLEAR; ALL
GO
Thanks for looking into this!
Regards
Torsten
Friend of Redgate
The following statement will cause an issue
ALTER DATABASE AdventureWorks2016 SET QUERY_STORE CLEAR ALL
GO
Formatting will add a semicolon after CLEAR which invalids the statement!
ALTER DATABASE AdventureWorks2016 SET QUERY_STORE CLEAR; ALL
GO
Thanks for looking into this!
Regards
Torsten
Friend of Redgate