For a database hosted on Azure, I can view the recent history of queries made on it. This is through the Azure portal > Database> Management> Administration> Query Performance .
Unfortunately, the story found there covers only a small time interval (several minutes). I intend to create non-clustered indexes in my database and for this I need to get a log of real queries running on data on a normal day, unlike the last few minutes.
Currently, I have to constantly refresh the page and record all requests for each update. Even then, the log that I get after this complex process only reflects a small subset of the executed requests. Is it possible to view stories for longer periods?
Thanks.
source share