Reputation: 514
Is it possible to get somehow the query text, that SqlCommand generates?
Upvotes: 1
Views: 323
Reputation: 6015
You need to run Sql Server Profiler and connect to the Sql Server to eavesdrop on the communication.
Upvotes: 2