0

By default Fiddler will not capture queries sent from my local Microsoft SQL Server Management Studio.

How do I configure Fiddler to capture the traffic?

I cannot modify the server, so it must be local changes.

Matt W
  • 11,753
  • 25
  • 118
  • 215

1 Answers1

2

smor commented with the right answer: "Unless I'm missing something, you can't. Fiddler monitors http traffic - the database engine does not use http for communication."

Matt W
  • 11,753
  • 25
  • 118
  • 215