|
Posted by billmiami2 on 09/09/06 10:42
I'm experiencing a strange problem that I believe is related to ADO.NET
but I can't say for sure.
I have a simple ASP.NET reporting interface to a SQL Server 2000
database. One report that we run returns a listing of community
members and their contact information using a stored procedure.
Depending on the selected community, this can return from a hundred to
over 1000 rows. Occasionally, the report stops running when a
community with large membership is run -- the report hangs for a while
and then comes back empty (no dataset). If I try to run the stored
procedure directly with the same parameters, everything seems perfectly
fine. I can temporarily fix the problem by simply running an ALTER
PROCEDURE statement without making a single change to the procedure.
The report will now run fine for several days until it eventually stops
again.
I can't reproduce the problem in my development environment.
Does anyone have any ideas as to what this could be?
Bill E.
Hollywood, FL
Navigation:
[Reply to this message]
|