Add Data to Temporal Table

If you need to add records to an existing temporal table in SQL Server, and you need to manipulate the row start column, then you'll have to do some extra work.

If you're new to temporal tables, check out my previous post.

View code on GitHub

Comments

Popular posts from this blog

C# Record Serialization

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#