Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Passing a table variable between stored procedures...

    A function cannot receive a table as input.  This type of functionality (passing tables and returning tables from stored procedures) is usually accomplished with a connection-level temporary table (#MyTable).  If there is...

Viewing post 1 (of 1 total)