We have a requirement in one of our SQL Server solutions for users to be able to query data from lots of related tables as at any point in time.SQL Server 2016 comes with built in temporal tables which would give us exactly what we need. Unfortunately the company I am working for only supports SQL Server 2014, with no imminent plans to upgrade.Has anyone encountered this type of requirement before and got some good advice? Are there any third party tools or SQL scripts that anyone has built that covers this functionality?I'm assuming that any solution will be using either an audit log type table or individual history tables. It gets really complicated when foreign keys are taken into account.Any help would be gratefully received.
↧