Add Versioning to Existing Table
If you have an existing table in SQL Server, and you want to add a history table, here are some steps you can follow.
If you're new to temporal tables, check out my previous post.
Software development tutorials and demos lasting no more than 60 seconds. No in-depth explanations, no off-topic rants, and no slides. One small topic per video - only code, console, config, and client. All videos come with a corresponding blog entry, and all code is available on GitHub.
If you have an existing table in SQL Server, and you want to add a history table, here are some steps you can follow.
If you're new to temporal tables, check out my previous post.
Comments
Post a Comment