Hi all,
I activate query store on one DB for some days... (I'm on SQL SERVER 2017), and a now I would like to purge all data.
Naturally I stopped (turn off) query store... but either by pressing the button from the graphic interface, or by executing the query
ALTER DATABASE XXXX SET QUERY_STORE CLEAR;
I see always 4 MB of query store space used. Is it normal this situation?
ALEN