I want to use temporal table feature of SQL server. If I delete a record in main table, copy should be stored in history table. If I update a record in main table, I do not want that the updated record history to be stored in history table. Is it possible to limit the history table to store only deleted records (not updated records) .