Database administration

Update SQL Server statistics using a database maintenance plan

Database administration, Database Optimization & Structure

Database backups, integrity checks, and performance optimizations are core regular tasks of DBAs....
Read More

Learn Basic Data Analysis with SQL Window Functions

Database administration, Work with data

This article is about T-SQL (Transact-SQL) Window functions and their basic use in day-to-day data analysis tasks. There are many...
Read More

T-SQL Datetime Data Type

Database administration, Work with data

Introduction Data types are attributes that specify the kind of data that objects such as columns, local variables, expressions, and...
Read More

How to Automate the Process of SQL Server Database Schema Synchronization

Automation, Database administration, PowerShell

The goal Keeping two databases in sync is a task we often encounter when working on SQL database...
Read More

Tutorial on SQL (DDL, DML) on the example of MS SQL Server dialect

Database administration, Database Optimization & Structure

Introduction This tutorial includes information about SQL (DDL, DML) that I have gathered during my professional life. This is the minimum...
Read More

SQL Data Discovery and Classification

Database administration, SSMS, Work with data

With the recent data protection laws and the implementation of GDPR last year, it is imperative for us to know the type of data our...
Read More

Using Trace Flag 3226 to Suppress Log Backup Logging

Database administration, Transaction Log

Introduction Every backup operation in SQL Server is written to the SQL Server Error log. This...
Read More

Column-level and row-level tracking in merge replication

Database administration, Database Optimization & Structure

In this article, let us review row-level and column-level tracking options in merge replication and how these are used in detecting...
Read More

Overview of DBCC SHRINKFILE Command

Database administration, Database development, Statements, Troubleshooting Issues

Running DBCC Shrink commands is quite a controversial issue across the SQL Server community. In this article, we will review details about...
Read More

How to Automate SQL Database Maintenance Tasks using SQLCMD

Automation, Database administration

This article is about automating SQL database maintenance tasks through SQLCMD utility which lets...
Read More
Close