Last year I was using my own hand rolled 'temporal' tables. So in Jan 2017 I did my raw data import and performed inserts, updates, deletes. Feb 2017 I did the same using the Feb raw data files. I did this for all month ends up to and including Dec 2017.
I have all the raw month end data files that I used for the imports and I'd like to now scrap that rubbish hand rolled 'temporal' tables solution and use the nice Microsoft supplied temporal tables. My problem is I would need to set the computer system date back to Jan 2017, do my Jan 2017 ETL, change the system date to Feb 2017, do my Feb 2017 ETL, change the system date to Mar 2017, do the Mar 2017 ETL, etc, etc.
Any alternative to changing the system date ?
You don't need to change the server time to have the correct time.
The process is described below.
(see Alter Non-Temporal Table to be System-Versioned Temporal Table paragraph)
Alternatively, you can: