April 8, 2008 at 3:17 am
hello
how can we use client statistics to calculate the number of bytes read or written by a querry.thank you
April 8, 2008 at 4:13 am
[font="Courier New"]Hi,
You can use the below query to check it
select * from sys.dm_exec_connections
In the output search for num_reads & num_writes columns for the SPID . The output will be one row for each SPID.[/font]
Regards..Vidhya Sagar
SQL-Articles
April 9, 2008 at 12:29 am
hello,
i m executing the same on the querry analyzer. it gives me an error : Server: Msg 208, Level 16, State 1, Line 1
Invalid object name 'sys.dm_exec_connections'.
thank u
April 9, 2008 at 12:34 am
i am using sql server 2000.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply