I didn't design this table; I just have to work with it. And modifying the design isn't really possible.
The table has ~50 columns. I want to copy a row, update two of the columns (a GUID and an int), and then insert it back into the table.
I can't seem to come up with how to do this without listing all the columns. Does someone have any techniques?