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

Basic and Complex Uses of Not Equal Comparison Operator in T-SQL

Languages & Coding, T-SQL

This article is focused on the T-SQL Not Equal comparison operator (<>) and its uses in basic to slightly complicated SQL scripting...
Read More

T-SQL SET Operators Part 1: UNION and UNION ALL

Languages & Coding, T-SQL • One Comment

In SQL Server, we can combine the same type of data from multiple tables using SET operators. After...
Read More

New Features in Visual Studio 2019

Tools & technologies, Visual Studio

Microsoft has recently released the preview version of Visual Studio 2019. Like all previous editions, the latest Visual Studio comes with...
Read More

Automatic gathering of SQL Server configuration by using PowerShell

Languages & Coding, PowerShell

At present, the gathering of SQL Server configuration information is no longer a problem— the opportunities to add value through an...
Read More

SQL Server Database Tables Export and Import Methods

Database development, Tables

When working as a SQL Server database administrator or developer, you cannot live in your isolated...
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 includes Transaction Log Backups even when...
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...
Read More
Close