Tag: sql server 2016

How SQL Server 2016 Took Azure SQL Data Warehouse to Next Level

Azure, Cloud

Azure SQL DW (SQL Data Warehouse) is a massively parallel, petabyte-scale, cloud solution for data...
Read More

Exploring SQL Server 2016 Query Store GUI

Database development, Statements

Introduction Query store is a new feature, introduced in SQL Server 2016, that allows database administrators to historically review...
Read More

Performing Data Changes Audit Using Temporal Table

Database administration, Tables, Work with data

SQL Server 2016 has introduced a feature called ‘System versioned temporal table’. Using normal table, you can retrieve current data;...
Read More

USE HINT and DISABLE_OPTIMIZED_NESTED_LOOP

Database administration, Performance Tuning

One of the available algorithms to join two tables together in SQL Server is Nested Loops. The...
Read More

Working with JSON in SQL Server 2016

JSON, Languages & Coding • One Comment

JSON is one of the most widely used data interchange formats. It is also a storing format in several NoSQL solutions, in particular, in...
Read More

New Query Hints Including USE HINT in SQL Server 2016 SP

Languages & Coding, T-SQL

This article is an introduction to the query hint overview that appeared in SQL Server 2016 SP1. There are many different thoughts on using...
Read More

Creating and Accessing In-Memory OLTP Databases and Tables

Database administration, Memory Optimization

This is the second article in a series of articles about SQL Server In-Memory OLTP. The...
Read More

JSON Support in SQL Server 2016

JSON, Languages & Coding

SQL Server 2016 provides the built-in support for importing, exporting, parsing, and querying JSON documents or fragments. In this article,...
Read More

SQL Server 2016: New T-SQL Features

Languages & Coding, T-SQL

In this article, I would like to describe several new T-SQL features available in SQL Server 2016: DROP IF EXISTS, SESSION_CONTEXT, MAXDOP,...
Read More

In-Memory OLTP: What’s new in SQL Server 2016

Database administration, Memory Optimization

SQL Server development team has added new features to In-Memory OLTP. All these features allow you...
Read More
Close