Query profiler
Answered
Is it possible to provide query profiling with DataGrip, like with SQL Server Profiler ?
Please sign in to leave a comment.
@dpvl,
Navigate `Help -> Show SQL Log...`
Also, there is `Output`
Is that what you need?
How do you access 'Output'?
Nathanjwtx,
Navigate to 'Services' to see output:
Sql Server Profiler can monitor every query from other programs, do DG can ?
@ahdung ,
Do you mean to track all queries to the DB server in realtime?
vasily chernov Yes, it's not for performance analysis, but for program behavior analysis, when clicked a button, i want to know what's the program doing to db, SQL Server Profiler is great for this.
ahdung,
There is a feature request you can vote for https://youtrack.jetbrains.com/issue/DBE-299