Does anyone know how do I determine the last number used within a set of a group of stored procedures?
For example, I have created the following Stored procedures:
mySP;1
mySp;2
mySp;3
mySp;4
How do I determine that for the mySP procedure, there are 4 stored procedures within it?
Thanks in advance
Billy