I’m trying to duplicate a table in my SQL Server database using triggers. I figured out how to insert and update but I can’t figure out the T-SQL for deleting a recordset in the duplicate table when it’s deleted in the original table.
TIA,
Rich