Home Forums SQL Server 7,2000 T-SQL table variable in a table-valued function RE: table variable in a table-valued function

  • calling object if it has a temp table or another table variable must have the same exact structure to your table valued function that you are calling. also make sure the ordinal position and datatype , size all matches.