How can I calculate the size of a T-SQL query in bytes transmitted over the network?
I know that I can approximate it by examining the data types of columns (although varchars is an interesting twist), but there are tools that will give me the number of bytes (including and excluding TCP / IP headers), the query used and its results in SQL Server and back?
If you are using Microsoft Sql Server Management Studio, you can switch "Enable client statistics" from the "Request" menu.
You will get network statistics, for example
.
Source: https://habr.com/ru/post/1726244/More articles:Binding to CurrentItem in ItemsControl - data-bindingЧто такое события триггера Filemaker 10 script? - filemakerThe best way to implement a class library that contains standards that change annually - architectureHow to get textbox value from jQuery modal dialog after postback? - jquery-uiHow to correctly sort MPTT hierarchy data in a multidimensional array. - sortingPython: synchronizing input and output between threads - pythonHow to determine the type of HTML input element on an event using jQuery? - javascriptReal-time profiling = 45 seconds, but flow time = 0.387 seconds, what could cause this mismatch? - profilingIs there any way to get div style attributes? - c #VBA Zip file error - vbaAll Articles