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...
Read More

Configure SQL Jobs in SQL Server using T-SQL

Code Management, Database development, Stored Procedures, T-SQL

SQL Server Agent is a component used for the database tasks automation. For instance, we need to perform Index maintenance on Production...
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

Configure Database Mirroring in SQL Server

Tools & technologies, Utilities & Extensions

Database mirroring is a SQL Server high availability solution provided by Microsoft, with the...
Read More

Deploying the first SQL to Azure Migration project with Azure Database Migration Service

Azure, Cloud

Azure Database Migration Service (ADMS) supports Schema and Data migration from different database technologies to the Azure platform. This...
Read More

Introduction to Azure Database Migration Service (ADMS)

Azure, Cloud

Microsoft Azure platform provides an Azure Database Migration Service (ADMS) – a convenient solution for the Azure Cloud-based Databases...
Read More

Deploying a Database on Azure SQL

Azure, Cloud

Introduction Azure SQL Database is a Platform as a Service (PaaS) offered by Microsoft Azure....
Read More

3 Nasty I/O Statistics That Lag SQL Query Performance

Database administration, Performance Tuning • One Comment

“But it ran fine on our development server!” How many times did I hear it when SQL query performance issues occurred here and there? I...
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

10 Tips & Tricks To Work With SQL Server Management Studio

SSMS, Tools & technologies

SSMS provides access for managing and solving queries in SQL. However, besides its primary and most...
Read More
Close