I want to do sql client-side tracing to see the scope of databases and queries that my local Windows application is generating.
Everyone on the Web talks about server-side tracing but my app talks to at least five different servers, so that's pretty hard to do effectively.
Any recommendations?