It worked on the test database, but on the live database I encounter the following error message:
Server: Msg 273, Level 16, State 1, Line 3
Cannot insert a non-null value into a timestamp column. Use INSERT with a column list or with a default of NULL for the timestamp column.
Is there an alternative to tediously listing the dozens of fields in this table? I tried updating the msrepl_synctran_ts field in the source table, reseting all the values to NULL. The update worked, but the Insert still fails with the same error message. Manna