Add historic data to system versioned temporal table (SQL Server 2017)

358 views Asked by At

I have a system versioned temporal table in SQL Server 2017. I need to add data to it that has the same primary keys as data already in the table, but I don't want to send the current table data to history table. In essence, I want to add data directly to the history table, as I am trying to add historic data to my database. Is there a way to do this?

0

There are 0 answers