Backing up a SQL Server Certificate
May 4, 2020
Backing up a SQL Server Certificate

It’s important to backup SQL Server Certificates, but only if you’re using them really. If for example, your SQL Server database backups are encrypted and you need to restore it on another server, then you will need both the certificate and private key that was used.

Read More
Install SQL Server on Linux
April 27, 2020
Installing SQL Server on Linux

A post on installing SQL Server on Linux, following the Microsoft SQL Server 2019 Guide (Red Hat). # Install SQL Server.# Install the SQL Server Command-Line Tools.# Connect to SQL Server Locally.# Connect to SQL Server Remotely.

Read More