That's what I wish to avoid. Migrating from say SelectRecord to SelectRecord2.
I want to still be using SelectRecord.
If that's not possible, then I have two options:
1) Create another exact SP to work on, and after testing upload the new code that handles the extra parameters and immediately after alter the main SP to be exactly as the backup one. Then just delete the backup.
2) Try to edit the SqlHelper's code and remark the code that checks for parameter count.
I suppose no one has a #3, #4 ... solutions ..