Is there a way to see a list of statements run by a specific user in Azure SQL? I have a user that complains about query performance. The queries are generated by a tool so he doesn't know the actual query text.
If I look in Azure Portal on that database under Query Performance Insight I get the top 5 performance queries. But his queries doesn't show up there. If I could somehow get the latest queries from that user it would be very useful. It doesn't matter if the solution is in Azure Portal web interface or as a query I run against some admin views in the database.