G
Guest
I have an aspx page one of the page functions is retrieve a student marks as
following procedure
1. Open sql server database connection
2. add the required parameters for the stored procedure
3. execute the command
as this page expect to server more than 10000 users if half of them are
working at same time the procedures up will be executed 5000 times . are
there methods to reduce number of times for openning database connection?
hope i explained my problem well
following procedure
1. Open sql server database connection
2. add the required parameters for the stored procedure
3. execute the command
as this page expect to server more than 10000 users if half of them are
working at same time the procedures up will be executed 5000 times . are
there methods to reduce number of times for openning database connection?
hope i explained my problem well