Overview of sp_QuickieStore
mainThe sp_QuickieStore stored procedure is a high-performance tool for analyzing SQL Server Query Store data. It allows you to investigate query performance for a specific database or all databases with Query Store enabled.
Unlike the standard SQL Server Management Studio (SSMS) GUI, sp_QuickieStore provides reliable UTC conversion for time-based filtering and allows for precise searching and filtering of queries using several identifiers. By default, the procedure returns the top 10 queries ranked by average CPU usage.