Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I captured packets, which are sent between SQL Server and clients, with Wireshark.

I found all field names and field values according to TDS protocol.

But I couldn't find column data of rowguid and ModifiedData in those packets even though values of rowguid and ModifiedData seen in my clinet application based on SMO (Server Management Object).

Why?

How can I see column data of rowguid and ModifiedData in packets?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.