How to enable Query store in sql server
![Query store sql server](https://sqlag.com/wp-content/uploads/2018/08/Query-store-sql-server-2-e1535425305172.jpg)
Query store is a new powerful feature introduced in SQL 2016 which stores the query plan, statistics and query execution for current and past queries. You can enable it from SSMS ( 2016 and above) by clicking on the database and then on properties tab on the left side you can find query store. In