• Skip to main content
  • Skip to primary sidebar

DBA Diaries

Thoughts and experiences of a DBA working with SQL Server and MySQL

SQL Server 2016 New Features – Dynamic Data Masking

June 7, 2016 by Andy Hayes Leave a Comment

sql server 2016 dynamic data masking

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

May 26, 2016 by Andy Hayes Leave a Comment

enable 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

May 25, 2016 by Andy Hayes Leave a Comment

enable 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

May 18, 2016 by Andy Hayes Leave a Comment

always encrypted encrypt columns master key configuration

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?

May 17, 2016 by Andy Hayes Leave a Comment

SQL Server 2016 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?

« Previous Page
Next Page »

Primary Sidebar

Categories

  • All Articles (84)
  • Career Development (8)
  • MySQL Administration (18)
  • MySQL Performance (2)
  • SQL Server Administration (24)
  • SQL Server News (3)
  • SQL Server Performance (14)
  • SQL Server Security (3)
  • SQL Tips and Tricks (21)

Top 10 Popular Posts

  • Using sp_change_users_login to fix SQL Server orphaned users
  • MySQL SHOW USERS? – How to List All MySQL Users and Privileges
  • How to shrink tempdb
  • How to Transfer Logins to Another SQL Server or Instance
  • How to Delete Millions of Rows using T-SQL with Reduced Impact
  • T-SQL – How to Select Top N Rows for Each Group Using ROW_NUMBER()
  • New T-SQL features in SQL Server 2012 – OFFSET and FETCH
  • How to Kill All MySQL Processes For a Specific User
  • Using exec sp_who2 to help with SQL Server troubleshooting
  • How to fix “conversion failed when converting date and/or time from character string”

Recent Posts

  • How to fix “conversion failed when converting date and/or time from character string”
  • Using SQL GROUPING SETS for Multiple GROUP BY Queries in a Single Query
  • How to Setup MySQL Master Master Replication
  • How To Use SQL to Convert a STRING to an INT
  • How to set up MySQL Replication Tutorial

Search

Connect

  • Twitter
  • Facebook
  • RSS

About

  • Cookie Policy
  • Disclaimer
  • About
Copyright ©