Hi!

I need to execute my insert stored procedure more than once, when the stored procedure gets executed for the second time I get an error:


Procedure or function up_NewPricesInsert has too many arguments specified.


What should I do to execute the sp more than once?

PEACE!