In our database we have more than 2500 StoredProcedures. Name of the SP is having some conventions like versions appending to it.
(e.g) pcarlist_260000
pbuslist_221000
p_vehiclelist_280000. n etc(Without versions too)
Now i want to see all the versions available in my database....
(i.e) How to separate the versions from each name?