too many arguments in stored procedures?

  • That sounds more like an issue with whatever is calling the stored procedure, not the procedure itself.

  • Yes, please post the calling sequence. There is probably a discrepancy between the parameters in the call and in the SP.

  • make sure your application is clearing out the parameters from the previous stored procedure call before adding the parameters for this call.

Viewing 3 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply