Learning Corner #4 – SQL Server 2016 – Installation steps

SQL Server 2016 CTP2.4 – Installation steps In order to start investigating the new features of SQL Server 2016 CTP2.4, I first needed to install it. The official link for download is this one: https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2016 While doing the installation, I noticed a few new things in the setup. While the first screens of the setup Read More

Learning Corner #3 – SQL Server 2016 – Temporal tables

SQL Server 2016 introduces support for an interesting new feature, called Temporal Tables. As you may see on other sites as well, this comes with the following warning: Don’t confuse them with Temporary Tables! I will try to explain in this post (and maybe in some others, following this one) the main functionality of the Read More