Viewing Statement Client Statistics

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
evan.morgoch
Posts: 16
Joined: Wed 11 Jan 2017 18:02

Viewing Statement Client Statistics

Post by evan.morgoch » Wed 16 Oct 2019 18:08

SSMS has a feature to "Include Client Statistics" when executing a statement that will return things such as the number of statements executed, bytes sent and received, number of rows, etc.

Does dbforge have anything similar? Closest that I've found is the query profiler, but it only does estimates and the query plan, not the final stats.

alexa

Re: Viewing Statement Client Statistics

Post by alexa » Thu 17 Oct 2019 09:22

You can select the 'STATISTICS IO' option in the 'Query Execution -> General' section of the 'Options' window that can be opened by selecting 'Tools -> Options...' from the main menu.

evan.morgoch
Posts: 16
Joined: Wed 11 Jan 2017 18:02

Re: Viewing Statement Client Statistics

Post by evan.morgoch » Mon 25 Nov 2019 15:39

Thanks alexa, but that's not quite what I'm looking for. The client statistics in SSMS are stats about the statement from the viewpoint of the end client, rather then the server. It's useful for getting data from the end client perspective, taking into account network latency, etc., rather then what the server is doing.

alexa

Re: Viewing Statement Client Statistics

Post by alexa » Thu 28 Nov 2019 11:06

Thank you for the reply.

There is no such a possibility. Though, you can add a suggestion on the UserVoice forum where other users can vote for it https://devart.uservoice.com/forums/177009-dbforge-studio-for-sql-server

We collect and analyze the information from this forum in order to make a proper roadmap for the future product releases.

lucas21
Posts: 3
Joined: Thu 28 Nov 2019 05:38
Contact:

Re: Viewing Statement Client Statistics

Post by lucas21 » Thu 28 Nov 2019 11:13

This is a very thoughtful think to do Alexa!

Post Reply