Hi,
I was wondering if anyone could help me.
I need to work out how much data is transferred in B,KB,MB (that doesn't matter) from my SQL Server to SSMS itself when executing a query.
I have tried looking at the execution plan but that does not make sense. It say est row size is 20kb * 10852 rows is approx 21704kb (217MB). I have just done a SELECT * FROM but when looking at the table properties the entire table is only 1.16MB.
Does anyone know a way of achieving this.
Paul