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

  • In this case,

    when i call new_function(), i should get value for @some_param to "missed" which you have initialized.

    But i am getting "An insufficient number of arguments were supplied for the procedure or function" error.

    how should i do?