简体   繁体   中英

sql server profiler - how to get server response?

I am investigating problem with third party application, from what I can see queries sent to sql look ok.

I am using SQL Server Profiler 2005 with Sql 2008 R2 database, I can see queries sent to database, is it possible to capture server response?

I had a look at events and columns in profiler, but I can't see anything what would contain that data.

Thank you for help

You can capture the network packets using Wireshark on port 1433 but the output will not be easily readable.

There is a sample on the wireshark web site, you can have a look at the contents using a text editor: http://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=ms-sql-tds-rpc-requests.cap

It's much easier to replay the commands you see in SQL Server Profiler if possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM