简体   繁体   中英

How to enable query store in SSMS (Sql Server Management Studio) 2017?

I have installed SSMS2017, i don't see Query Store page under db level properties.

在此处输入图片说明

I also tried through command line query:

alter database <db_name> SET QUERY_STORE = ON;

this doesn't seem to be working either.

Could someone please help on how can i enable query store ?

Thanks.

Upgrading SSMS alone won't work, you need both SQL Server 2016+ as well as latest SSMS to support viewing Query Store Options.

-- Major Build Version is 13 for SQL 2016 and 14 for SQL 2017
SELECT @@VERSION

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM