Database administration

Synthetic Data Generation

Database administration, Work with data

Introduction Sooner or later, any information system gets a database, often – more than one. With...
Read More

Mastering the Use of Stoplists With SQL Server Full-Text Search (FTS)

Database administration, Search

Creating and managing stoplists serves as one of the main components responsible for improving the Full-Text Search performance alongside...
Read More

Your Ultimate Guide to SQL Join: INNER JOIN – Part 1

Database administration, Work with data

Inner join, outer join, cross join? What gives? It’s a valid question. I once saw a Visual Basic code with T-SQL codes embedded in it....
Read More

Configure SQL Server Log Shipping

Database administration, Transaction Log

This article explains the step by step deployment process of the SQL Server Log shipping. It is the...
Read More

How To Create SQL Trace To Capture SQL Server Events

Database administration, Database development, Events, Performance Tuning

Facing an SQL Server performance issue, you need to identify the source of that performance problem fast. Therefore, a tool for tracking...
Read More

Git Branching Naming Convention: Best Practices

Database administration, Database Optimization & Structure

Git offers flexible branching strategies, but what does it mean? In simple words, a branching strategy is a set of rules, a convention that...
Read More

3 Nasty I/O Statistics That Lag SQL Query Performance

Database administration, Performance Tuning

“But it ran fine on our development server!” How many times did I hear it when SQL query...
Read More

How to use Stopwords and Stoplist to improve SQL Server Full-Text Search (FTS)

Database administration, Search

The current article is about Stopwords and Stoplist usage. The aim is to make Full-Text Search more efficient in terms of storage and...
Read More

Deploying a Certificate for Encrypted Connection SQL Server

Database administration, Security

Introduction Last year we got a requirement to ensure encrypted connections to our SQL Server instances. Before, we did not think it was...
Read More

How to Configure Database Mail in SQL Server

Database administration, Database Optimization & Structure

INTRODUCTION Notifications are usual in most modern systems. SQL Server implemented means of...
Read More
Close