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
EXEC(N'SELECT * from ' + @MyTable + N' WHERE ... ')