简体   繁体   中英

How to find out Database calls triggered by a specific IIS request

Is there any way to find out Database calls triggered by a specific IIS request ?

I have IIS Logs, which I am parsing using IIS Log Parser tool. I am trying to create a tool, which can list number of database calls, made by a specific request of IIS.

Is there any way or any tool , which can help me achieve this.

There are two evident posibilities:

  1. Tracing ADO.NET drivers. ( http://msdn.microsoft.com/en-us/library/cc765421.aspx )
  2. Tracing SQL Server (through SQL Profiler).

Could you explain why they are not suitable in your case?

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