SQL Server 2016 Management Studio Enhancements – Part 2
In this tip we will explore more enhancements in SQL Server 2016 Management Studio.
In this tip we will explore more enhancements in SQL Server 2016 Management Studio.
Read this tip to learn about the new Profiler like templates for SQL Server Extended Events that ship with Management Studio.
Microsoft has recently released SQL server 2014 SP2 in which a new DBCC command - DBCC CLONEDATABASE is introduced. I found this command very useful and interesting too. In this tip we will explore the functionality of DBCC CLONEDATABASE.
Along with the new sample databases for SQL Server 2016, Microsoft also introduced new tools to mimic sample workloads to further explore the functionality. In this tip we will explore these sample workload tools.
Learn about SQL Server 2016 Management Studio Enhancements including code highlighting, inline search, Quick Launch, tab customization, pinning tabs and more.
Read this tip to learn about the Telemetry Extended Events Session in SQL Server 2016.
Learn how to download and install the SQL Server 2016 Sample Databases WideWorldImporters and WideWorldImportersDW.
Learn about SQL Server 2016 Trace Flags 1118 and 1117 for Page Allocations including the new default behaviors and how to validate the allocations.
Sometimes after a SQL Server restart you see that database recovery takes a long time and you want to know what is causing the delay. Up until SQL Server 2014 we could get some info from the error log, but in SQL Server 2016 we can get more insight.
Learn about the SQL Server 2016 Auditing improvements including user defined auditing, conditional auditing, auditing filtering, record of disabled and enabled auditing.
Learn about how to setup and use SQL Server 2016 Parameter Sniffing as a Database Scoped Configuration.
SQL Server 2016 provides Extended Events for database restores, which we will explore in this tip.
In an earlier tip SQL Server 2016 Database Scoped Configuration, we provided an overview of the important parameters that can be set at the database level which were previously available at the instance level only. In this tip we are going to explore this
There are several ways to track SQL Server database backup and restore progress using wait stats, DMVs and trace flags, but SQL Server 2016 provides more insight using Extended Events which we will take a look at in this tip.
SQL Server 2016 Database Scoped Configuration options including Legacy Cardinality Estimation, MAX DOP, Parameter Sniffing, Query Optimizer Fixes and Clearing the Plan Cache.
In a previous tip on SQL Server 2016 installation changes, we have seen some changes in the SQL server 2016 installation process. In this tip we are going to see some additional changes and improvements with the SQL Server 2016 RC0 installation process.
Learn about the options for SQL Azure Geo Replication as well as the steps to complete the configuration and testing.
Learn how to configure and customize SQL Azure Dynamic Data Masking for common data such as credit cards, social security numbers, etc. and custom fields.
In SQL Server 2016 we have new compression functions to compress and uncompress specific data. Read this tip to learn about these new functions.
Learn about the SQL Server 2016 Row Level Security Block and Filter Predicates with Select, Insert, Update and Delete example T-SQL code
Learn how to configure and manage Extended Events for SQL Server Analysis Services 2016 with SQL Server 2016 Management Studio.
Learn how to filter both column and row level data when replicating SQL Server data.
Learn about SQL Server 2016 for Database Maintenance Plans for reindexing, reorganizing indexes and DBCC CHECKDB.
Learn about SQL Server Analysis Services (SSAS) database consistency checks (DBCC) for databases, cubes or partitions. Check out code samples and capturing output.