SELECT *
FROM Posts
WHERE Tags IN ('Temporal Tables')

Jul
27
2016

SQL Server 2016, Double or Nothing, Always Encrypted with temporal tables

Among the overwhelming amount of new features available for SQL Server 2016, there was one I really wanted to try, maybe because I have never worked with encryption further…

Continue Reading »