Thursday, June 28, 2018

How Client Statistics Helps In Improving Performance In SQL Server

Client Statistics is SQL Server data tool which is very helpful in determining the statistics that how much data received from server to the client side. In other words, client statistics helps in analyzing the traffics load like packets/bytes sent and received at client – server side. When we run a script or query in T-SQL editor, we can enable Client statistics to collect statistics like application profile, time statistics and network statistics which help in checking the efficiency of the script.

source https://www.c-sharpcorner.com/article/how-client-statistics-helps-in-improving-performance-in-sql-server/

No comments:

Post a Comment