Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Monitor SQL Server Network Traffic

I want to monitor the network traffic used by each transaction with Microsoft SQL Server, for example when a query ran on the SQL what was the size of the request & the response as it passed through the network interface.

Are there any tools which do this, especially free tools?

like image 636
babak Avatar asked Apr 30 '11 07:04

babak


1 Answers

Wireshark, filter capture on port 1433:

host [your sql server's ip] and port 1433
like image 188
James L Avatar answered Oct 06 '22 16:10

James L