|
Category: Performance
#TSQL2SDAY (8) Administration (41) AI (2) AlwaysOn Availability Groups (11) Azure (12) Career (25) Community (37) Continuous Integration / Deployment (7) Development (12) Disaster Recovery (27) General (20) High-Availability (9) Microsoft SQL Server (20) Performance (30) PowerShell (12) SQL Agent (8) SQL Server Management Studio (2) SSAS (1) SSIS (1) SSRS (2) T-SQL (14) Uncategorized (191) Windows Clusters (7)
-

Clustered Indexes in SQL Server
/
In the last post of this blog series, I discussed what a heap is and how it impacts query performance. In this post, I…
-

Query Store for Everyone
/
SQL Server 2016’s Query Store feature is, without a doubt, one of the most exciting new features for this version. The Query Store will keep…
-

Heap tables in SQL Server
/
In the last post of this blog series, I discussed what a B-Tree index was and briefly explained its history. Before we dive into the…
-

The ‘B’ in B-Tree – Indexing in SQL Server
/
Some people advocate we should count by twelve rather than ten. This is because you can easily count the twelve segments of your fingers…
-

DBCC CLONEDATABASE
/
Often I hear developers claim that they need production data in order to properly tune their queries. There are a couple of reasons that…
-
Everything has a cost
/
Too often we end up in a conflict while trying to explain how a minimally impacting function has no true business impact. If you are…
-

Availability Group Architecture – DR on the Cheap
/
Last time, I discussed how to limit data duplication between data centers as a cost-effective option with an Availability Group. In this post I will…
-

Availability Group Architecture – Adding a Second Site
/
Last time, I discussed the simplest Availability Group architecture, with only a single site. In this post I will expand upon the same architecture,…
-

Availability Group Architecture – High-Availability Only
/
Availability groups offer us a variety of features. They offer high-availability (HA), they can give disaster recovery (DR), and they have connectivity and off-loading features…
-

Adding Your Entire Enterprise into Red-Gate SQL Multi Script Distribution List
/
RedGate sells a product call SQL Multi Script. The product allows you to asynchronously execute T-SQL scripts to large quantities of servers. There are…