SQL Profiles showing high activity

Posted by Wong Chi on Stack Overflow See other posts from Stack Overflow or by Wong Chi
Published on 2011-01-16T03:03:59Z Indexed on 2011/01/16 16:53 UTC
Read the original article Hit count: 173

Filed under:
|
|
|

I am running my application locally -- ie. No external traffic and very low number of queries, fully under my control. I see tons of 'Audit Login' and 'Audit Logout' events. What are these and where are they actually stored (ie. Where is this audit log)? Are these a hint of a problem with connections, because I have only a simple connection string within my app and thought that connections would remain active throughout the operation of my app (ie. a single login at launch, and then a single logout when terminating).

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET