How to update table variable in stored procedure from another user defined function in SQL Server?

264 views Asked by At

Scenario: user-defined function returns one table.

If that table contains at least one row, one column in the table variable from another stored procedure should get updated.

Should I use cross join on UDF to update table variable?

0

There are 0 answers