L
Logan S.
I have an ASP.NET 2.0 Web application that connects to 6 SQL Server
databases.
I would like to know how I can get basic statistics on the communications
between this Web app and the databases. I am primarily interested in knowing
the number of times the databases are hit during a standard page usage
scenario. For example, user requests the page, then enters some data, a few
AJAX requests happen in the background as a result of the user's activity,
then the user clicks a button to "Submit" the page - at which point a full
page postback occurs. In this scenario/example, would like to know which of
the 6 databases were hit, which stored procedures were called, and which
dynamic SQL was submitted by the Web app.
Is it possible to do this from the Web app side of the db communications? Or
do I need to set up traces on each of the 6 SQL Server databases.
Thanks!
databases.
I would like to know how I can get basic statistics on the communications
between this Web app and the databases. I am primarily interested in knowing
the number of times the databases are hit during a standard page usage
scenario. For example, user requests the page, then enters some data, a few
AJAX requests happen in the background as a result of the user's activity,
then the user clicks a button to "Submit" the page - at which point a full
page postback occurs. In this scenario/example, would like to know which of
the 6 databases were hit, which stored procedures were called, and which
dynamic SQL was submitted by the Web app.
Is it possible to do this from the Web app side of the db communications? Or
do I need to set up traces on each of the 6 SQL Server databases.
Thanks!