Data security is always a hot subject and anything that database software vendors can do to enhance the security of data is usually welcome. One of the new features of SQL Server 2016 is the introduction of Dynamic Data Masking. As it says on the tin, the data is masked which prevents non-privileged users from seeing it. With Dynamic Data Masking in SQL Server 2016, … [Read more...] about SQL Server 2016 New Features – Dynamic Data Masking
SQL Server 2016 New Features – Live Query Statistics
SQL Server 2016 Live Query Statistics provide a way to look into the execution plan to see what parts of the query are currently running. The advantage of this feature is that for a slow query, instead of having to wait for it to complete before the execution plan is available, it's now possible to view the execution plan in real time. Sometimes execution plans can be … [Read more...] about SQL Server 2016 New Features – Live Query Statistics
SQL Server 2016 New Features – Query Store
In this series of posts covering the new features in SQL Server 2016, I'm moving on to looking at the Query Store. This tool provides a way to track query execution plan performance over time to help assist troubleshooting efforts. Figuring out why the database has suddenly started running slowly can be at times difficult to diagnose quickly. The query store is an extra tool … [Read more...] about SQL Server 2016 New Features – Query Store
SQL Server 2016 New Features – Always Encrypted
In my previous post, I listed a number of the SQL Server 2016 new features. Let's look at the first one in that list - Always Encrypted. With Always Encrypted the key to unlocking the encryption resides with the application. The encyption key is never passed to SQL Server. God like administrators cannot view the data on the server in its unencrypted form. This provides a … [Read more...] about SQL Server 2016 New Features – Always Encrypted
SQL Server 2016 – What Are The New Features?
SQL Server 2016 will be made available to purchase by the public on 1st June 2016 and if we compare this schedule with Microsoft's plans of a major release every 2 years, this one comes 26 months after SQL Server 2014 which arrived on 1st April 2014. So will the list of new features in SQL Server 2016 persuade businesses to upgrade? This list is by no means complete and s … [Read more...] about SQL Server 2016 – What Are The New Features?