Suppose, I fire a query from SQL client to SQL Server:
select * from user
I believe, the SQL Server Profiler does not show the actual table data (rows). Can rows be viewed using wireshark software?
This link mentions about using filters to capture SQL traffic, but does it capture table data?
This link talks about capturing the SQL query fired using wireshark, but does not talk about capturing resultset.