Page 1 of 1

Viewing Statement Client Statistics

Posted: Wed 16 Oct 2019 18:08
by evan.morgoch
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.

Re: Viewing Statement Client Statistics

Posted: Thu 17 Oct 2019 09:22
by alexa
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.

Re: Viewing Statement Client Statistics

Posted: Mon 25 Nov 2019 15:39
by evan.morgoch
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.

Re: Viewing Statement Client Statistics

Posted: Thu 28 Nov 2019 11:06
by alexa
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.

Re: Viewing Statement Client Statistics

Posted: Thu 28 Nov 2019 11:13
by lucas21
This is a very thoughtful think to do Alexa!