close

Tag: execution plan

Analyzing the State of MariaDB 2026: Management and Optimization Guide

Automation, Cloud, Database administration

Short Summary: As MariaDB evolves in 2026, database professionals require robust tools to analyze...
Read More

Top 3 Tips You Need to Know to Write Faster SQL Views

Database development, Views

Friend or foe? SQL Server views have been a subject of heated debates when I was in my first year using SQL Server. They said it was bad...
Read More

Parameter Sniffing Primer

Database development, Stored Procedures

Introduction Developers are often told to use stored procedures in order to avoid the so-called ad hoc queries which can result in...
Read More

Compare Execution Plans in SQL Server

Database administration, Database Optimization & Structure

Database Administrator always makes an effort to tune SQL Server query performance. The first step...
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

SQL Server Database Scoped Configurations and Automatic Plan Correction

Automation, Database administration, Performance Tuning

In this article, we will examine Database Scoped Configurations and SQL Server 2017 Automatic Plan Correction. Microsoft added new features...
Read More

T-SQL BEST Practices

Languages & Coding, T-SQL • 3 Comments

In this article, we will discover some best practices of T-SQL queries. Badly written queries can...
Read More

SQL Server Trigger: Understanding and Alternatives

Database development, Triggers

The SQL Server trigger is a special type of stored procedures that is automatically executed when an event occurs in a specific database...
Read More

Example of Improving Query Performance with Indexes

Database administration, Database development, Indexes, Oracle, Performance Tuning

In this article, we’ll look at how an index can improve the query performance. Indexes in Oracle and other databases are objects that...
Read More

Implementing a Common MS SQL Server Performance Indicator

Database administration, Performance Tuning

Introduction There is often a need to create a performance indicator that would show database...
Read More
Close