I have about half a dozen generic, but fairly complex stored procedures and functions that I would like to use in a more generic fashion.
Ideally I\'d like to be abl
You'd have to use dynamic sql. But don't do that! You're better off using an ORM.