bjswift
July 27th, 2006, 08:06 AM
I have a stored procedure which accepts 8 parameters, and I have a screen which sets up those parameters, and runs the stored procedure. However, the screen will not finish running the stored procedure, and will time out if I let it run long enough.
However, I've stepped through the app, making sure the parameters are what they should be, and even ran the stored procedure with query analyzer with the same parameters, and it runs within 10 seconds.
I have no idea where to start. The app used to work, until I added a parameter, and added an option the user can choose that sets that parameter...
Thanks.
However, I've stepped through the app, making sure the parameters are what they should be, and even ran the stored procedure with query analyzer with the same parameters, and it runs within 10 seconds.
I have no idea where to start. The app used to work, until I added a parameter, and added an option the user can choose that sets that parameter...
Thanks.