Hello, all.
I have an asp.net application (using vb.net 1.1). In my application, I call a series of reports (~ 15-20 reports) and have them executed and exported to PDF format.
This process works fine; however, when you look at sysprocesses on the SQL Server (either via sp_who or sp_who2) there is a considerable spike in the number of SQL Connections.
Has anyone encountered this issue before?
I am using SQL Server 2000 w SP4. VB.NET 1.1 in asp.net environment. Reports are connecting to the server via MS ODBC and driven off of stored procedure output.
thx
Jim
I have an asp.net application (using vb.net 1.1). In my application, I call a series of reports (~ 15-20 reports) and have them executed and exported to PDF format.
This process works fine; however, when you look at sysprocesses on the SQL Server (either via sp_who or sp_who2) there is a considerable spike in the number of SQL Connections.
Has anyone encountered this issue before?
I am using SQL Server 2000 w SP4. VB.NET 1.1 in asp.net environment. Reports are connecting to the server via MS ODBC and driven off of stored procedure output.
thx
Jim