Database administration

Сreating a Virtual Machine With Oracle VM Virtual Box

Availability Groups, Database administration, Tools & technologies

Microsoft announced cross-platform support of SQL Server – the SQL Server 2017 and SQL Server...
Read More

Your Ultimate Guide to SQL Joins: OUTER JOIN – Part 2

Database development, Tables, Work with data

Outer join is at the center stage today. And this is part 2 of your ultimate guide to SQL joins. If you missed part 1, here’s the...
Read More

How CTE Can Aid In Writing Complex, Powerful Queries: A Performance Perspective

Database development, Performance Tuning, Tables, Work with data

We often see poorly written complex SQL queries running against a table or tables in databases. Those queries make the time of execution...
Read More

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 • One Comment

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