Recently I wrote a bunch of stored procedures that use the same 25 lines of code and then go on their way to do what they were designed to do.
Is there any functionality in stored procedures to include a chunk of code (library, include etc)?
This would avoid having to copy the code multiple times and if I wanted to change it I could do it in one place rather then in each stored procedure.
Thanks
David Weil