G
Guest
I have a stored procedure that has multiple select statements, each select
statement is giving me a count on a specific recordset and than writes the
results to a temp table.
I am trying to get those results into form in an ADP; however when the form
runs the stored procedure it times out. It runs fine in query analyizer.
Originally, I had just views that gave me these counts, cheated and put all
the views into one view and that was the records source for the form. This
ran fine for about a month than all of the sudden I started getting a time
out error. When I tried to run the view from Enterprise manager it also
times out. It doesn't time out in query analyizer. I have also started
getting time out errors when I try to run the views seperately.
Anyone have a clue what is going on here? I would so greatly appreciate any
help at this point.
statement is giving me a count on a specific recordset and than writes the
results to a temp table.
I am trying to get those results into form in an ADP; however when the form
runs the stored procedure it times out. It runs fine in query analyizer.
Originally, I had just views that gave me these counts, cheated and put all
the views into one view and that was the records source for the form. This
ran fine for about a month than all of the sudden I started getting a time
out error. When I tried to run the view from Enterprise manager it also
times out. It doesn't time out in query analyizer. I have also started
getting time out errors when I try to run the views seperately.
Anyone have a clue what is going on here? I would so greatly appreciate any
help at this point.