November 30, 2022 at 9:33 pm
Hi, I have configured a diagnostic setting to a Log Analytics Workspace for a database that is part of an Azure SQL Managed Instance. When checking top queries, I am able to see the query hash of each individual query when I drill down, but not the query text itself. Instead I am told to, for example:
-- Get query text by connecting to database and executing the query below
SELECT qt.query_sql_text query_text, q.query_hash
FROM sys.query_store_query q
JOIN sys.query_store_query_text qt
ON q.query_text_id = qt.query_text_id
WHERE q.query_hash = 0x29CF07BC6B275535
This is not happening for Azure SQL Databases. The above instruction appears temporarily, but then the actual query text appears automatically in the same area of the screen.
Has anyone else observed this behavior?
December 1, 2022 at 10:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy