Query profiler

已回答

Is it possible to provide query profiling with DataGrip, like with SQL Server Profiler ?

5

Nathanjwtx,

Navigate to 'Services' to see output:

1

@dpvl,

Navigate `Help -> Show SQL Log...`

 

Also, there is `Output`

Is that what you need?

0

How do you access 'Output'?

0

Sql Server Profiler can monitor every query from other programs, do DG can ?

0

@ahdung ,

Do you mean to track all queries to the DB server in realtime?

0

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.

0

请先登录再写评论。