Basically, can you do this?
BOL states that any data type but a cursor can be used as an input parameter. I tried using the following different syntaxes:
@mytable TABLE
@mytable TABLE ()
@mytable TABLE (field1 int)
But I can't compile. If anyone knows how/if this can be done, I would be VERY much abliged.
Thanks.