SQL Server

LATEST

Datacenter networking servers

Master SQL Server: SQL Server Management Studio Tutorial

Last Update: Oct 17, 2023

In this SQL Server Management Studio tutorial (SSMS), I will show you the primary database management and development capabilities provided by the tool. Microsoft SQL Server Management Studio (SSMS) is the primary management and development tool for SQL Server and has been since its release back with SQL Server 2000. SSMS provides a graphical interface…

View Article
DevOps code

SQL Server Essentials: SQL Server Sample Databases

Last Update: Oct 04, 2023

SQL Server sample databases can be very useful for learning new techniques or trying out various samples of code. In this article, I’ll detail what you can do with the main SQL Server sample databases including Northwind, AdventureWorks, and WideWorldImporters. I’ll also show you how to find these SQL Server sample databases and install them….

View Article
Windows

SQL Server Essentials: Installing SQL Server Management Studio and Azure Data Studio

Last Update: Oct 04, 2023

Microsoft’s SQL Server Management Studio (SSMS) is the primary tool for working with SQL Server databases. In this article, I’ll guide you through the steps you need to follow to download and install SQL Server Management Studio on your PC. What is SQL Server Management Studio? SQL Server Management Studio provides an integrated environment that…

View Article
Business people working on a laptop in a meeting

SQL Server Essentials: How to Install SQL Server 2022 and Azure Data Studio on Linux

Last Update: Sep 25, 2023

Starting with SQL Server 2017, Microsoft has supported SQL Server on Linux, which has the same underlying database engine as the Windows version. In this article, I’ll show you how to install SQL Server on Linux, as well as Azure Data Studio. The most recent release of SQL Server is SQL Server 2022, which offers…

View Article
Cloud Computing and Security

How to Install SQL Server 2022

Last Update: Sep 25, 2023

SQL Server 2022, the latest release of Microsoft’s relational database product is nearing the finish line. In this guide, we’ll show you how to install SQL Server 2022 with the default, typical setup configuration. Planning and prerequisites Before we get started with the installation of SQL Server 2022, the first thing to accomplish is to…

View Article

Understanding SQL Server’s Disaster Recovery Options

Last Update: Sep 25, 2023

Learn about the differences in SQL Server’s disaster recovery options so that you know what options you have to prevent your next outage.

View Article

Disaster Recovery with Azure Backup for SQL Server VMs

Last Update: Sep 11, 2023

Running VMs in the cloud has become a big part of the modernization of IT infrastructure for most businesses. However, even though those VMs that are in the cloud, the backup mechanisms that they use to provide disaster recovery (DR) capabilities are essentially the same as they would use for on-premise VMs. They often use legacy technologies that require a lot of resources and are difficult to scale.

View Article
DevOps code

SQL Server Essentials: Using SQL SELECT and the WHERE and HAVING Clauses to Retrieve Data

Last Update: Aug 24, 2023

In this article, I’ll cover the basics of using the SQL SELECT statement to retrieve data from one or more SQL Server tables. I’ll also detail how to retrieve selected columns, as well as how to use the SQL WHERE and HAVING clauses to filter rows. The samples in this article all use the AdventureWorksLT2019…

View Article
DevOps code

How to Install SQL Server Containers on Linux Using Docker

Microsoft has officially supported running SQL Server in a container since SQL Server 2017. Today, most support is for SQL Server on Linux containers, and Microsoft only supports SQL Server 2022 on Linux containers for production workloads. In this article, I’ll show you how to configure SQL Server Docker containers on Linux. Why would you…

View Article
Windows 11 approved hero 1

SQL Server Essentials: Downloading and Installing SQL Server Data Tools for Visual Studio

Last Update: Aug 02, 2023

SQL Server Data Tools for Visual Studio 2022 (SSDT) is the modern replacement for Business Intelligence Development Studio (BIDS), which was introduced with SQL Server 2005. SQL Server Data Tools for Visual Studio 2022 is now delivered as a part of Visual Studio 2022, and it enables you to create and modify new projects for…

View Article
Go to page