G
Guest
HI All,
We are working on a search application, where the number of records in the
database are in millions. For certain search conditions, the search result
results in more than million records. When the result set is too huge we are
getting the following message :
"Timeout expired. The timeout period elapsed prior to completion of the
operation
or the server is not responding."
Database Used : SQL server 200
Platform used : windows 2000
Languages Used : ASP.NET, C#
When we run the Stored proc which we use to get the search result at the
backend, it takes more than 3 min to return more than million records
otherwise stored proc is fast.
How this can be handled? What is the solution?
Thanks in advance.
Vani
We are working on a search application, where the number of records in the
database are in millions. For certain search conditions, the search result
results in more than million records. When the result set is too huge we are
getting the following message :
"Timeout expired. The timeout period elapsed prior to completion of the
operation
or the server is not responding."
Database Used : SQL server 200
Platform used : windows 2000
Languages Used : ASP.NET, C#
When we run the Stored proc which we use to get the search result at the
backend, it takes more than 3 min to return more than million records
otherwise stored proc is fast.
How this can be handled? What is the solution?
Thanks in advance.
Vani