News

A field in that table is a timestamp of when the membership was created. The data currently goes back 3 years, but I would like it to be able to track any number of years if possible.
SQL Server 2016 and Azure SQL Database both give you tables that automatically keep track of the history of your data. Here's how to retrieve that historical data. In an earlier column, I showed how ...