How to Install Ubuntu 18.04 and SQL Server 2019 on Linux

Tools & technologies

The previous article explained the creation of a virtual machine using Oracle VM Virtual machine....
Read More

Using SQL Server Configuration Manager

Tools & technologies, Utilities & Extensions

Introduction SQL Server Configuration Manager is a part of SQL Server Suite, allowing us to configure the options external to the database...
Read More

Handling the NULL Values Effectively with the SQL COALESCE Function for Beginners

Database development, Statements, Tables

This article aims to help beginners understand the basics of the T-SQL COALESCE function and its application for handling NULL values....
Read More

С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

Views in SQL Server

Database development, Views

Introduction A view in SQL Server is a virtual table-like structure based on the result-set of an SQL statement. On the surface, a view is...
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....
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 time, that database gathers very much...
Read More

Using CASE Expressions in SQL Server

Database development, Statements

Introduction CASE Expressions in SQL Server are used for the column values substitution to present the result sets in a particular fashion...
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...
Read More
Close