.net - Logging Database Access Through ADO.NET -


we have legacy asp.net web application executes many stored procedures via ado.net. can recommend profiling tool or straightforward method log these database calls client-side when occur?

i appreciate tips.

log4net won't work if app isn't instrumented it.

sql profiler server-side , impacts sql server performance.

you should @ ado.net trace logging: http://msdn.microsoft.com/en-us/library/aa964124(sql.90).aspx

i believe need do.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -