So FMTONLY should be avoided. Is there an alternative?
For straight SELECTS against tables you could just do "SELECT * FROM
[Table] WHERE 1 = 0" but what about stored procdures? Obviously, with a
not-so-short stored proc I would not want to run the full query just to
get the schema.