Make Awesome Lists Yourself, or GitHub as Notebook

Database administration, Work with data

This material was originally posted on Habr.com in Russian. The author permitted it to be...
Read More

Learn Database Design with SQL Server Management Studio (SSMS) – Part 2

Database development, SSMS, Tools & technologies

It is the second part of the series focused on the SQL Server Management Studio usage. You will learn the database design core concepts and...
Read More

Deploy SQL Server AlwaysOn Availability Groups on Linux

Availability Groups, Database administration

In the previous article, I explained how we could install Ubuntu 18.04 and SQL Server 2019 on the virtual machines. Now, before we proceed...
Read More

A Practical Use of the SQL COALESCE Function

Database development, Statements

This article talks about the practical use of the SQL COALESCE function regarding some professional...
Read More

Database Design Concepts with SQL Server Management Studio (SSMS) Part 1

Database development, SSMS, Tools & technologies

This article is primarily written for beginners. Still, it covers some interesting and often forgotten database designing concepts that are...
Read More

SQL Server Express Edition: Installation, Benefits, and Limitations

Tools & technologies

The SQL Server Express edition is a free version of SQL Server 2019. You can use it to deploy small applications and websites and monitor...
Read More

Your Ultimate Guide to SQL Join: CROSS JOIN – Part 3

Database development, Programming, T-SQL, Tables

CROSS JOIN is in the spotlight. This article finishes our small series of SQL JOIN-related...
Read More

Top 3 Tips You Need to Know to Write Faster SQL Views

Database development, Views

Friend or foe? SQL Server views have been a subject of heated debates when I was in my first year using SQL Server. They said it was bad...
Read More

Add Columns to an Existing Table in SQL Server Database

Database development, Tables

Introduction A table is a two-dimensional logical structure and the fundamental means of storing data in relational database management...
Read More

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
Close