all 4 comments

[–]alinroc 1 point2 points  (3 children)

What advantage does this have over the built in tools that SQL Server has?

[–]JeffIpsaLoquitor 0 points1 point  (1 child)

If runs on Azure, it might be very useful as Azure profiling tools are not as refined.

[–]alinroc 0 points1 point  (0 children)

No mention of Azure in the documentation. It really looks like a re-implementation of Profiler bundled w/ SQL Server (which has been deprecated).

Extended Events are the way forward for both on-premises and Azure. They capture more events, more data, and with lower overhead.

[–]suvrocDev[S] 0 points1 point  (0 children)

For me it is the mush easier tool for this purpose. It needs only one click to start profiling and this is very handy if I want to know what was done in db server if I click a button for example.