I have this error in SQLSERVER2014
when
USE [master] GO ALTER DATABASE [nameDatabase] SET QUERY_STORE = OFF; GO
Msg 102, Level 15, State 29, Line 3 Incorrect syntax near 'QUERY_STORE'.