Trying to get the indivudal query details from the Query insights tab for Azure sql Database from azure portal, i get time out error

Sunil Mikkilineni 1 Reputation point
2021-06-30T03:49:11.603+00:00

Trying to get the indivudal query details from the Query insights tab for Azure sql Database from azure portal, i get time out error and in stead o fthe actual query i get the follwoing query (SELECT qt.query_sql_text query_text 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_id=)

110477-image.png

Azure SQL Database
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.