I am moving a row from one table to another. The columns in the tables are identical except for a couple extra in table 2.
I know how to move a row between tables column for column. How do I populate the extra columns in table 2 with values that are passed using parameters.
FYI, I'm using SQL 2014 Stored procedures. Thanks!