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?
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?