I have a T-SQL statement that basically does an insert and OUTPUTs some of the inserted values to a table variable for later processing.
Is there a way for me to sto
You'll have to join back @act_map_matrix onto Act to get the "old" value.
@act_map_matrix
Act
It's simply not available in the INSERT statement
edit: one hopes that @new_scriptID and "scriptid=2" could be the join column