Alter Temporal Table

Temporal tables are a little trickier to work with than regular tables in SQL Server. When altering the table structure, you have to first disable versioning.

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

Versioned content in MVC

Add timestamp to photo using ImageMagick