How to Setup Database Mail in SQL Server (SSMS)

This article shows you how to setup Database Mail for the first time on a new SQL Server installation.

As with many things SQL Server, you can configure Database Mail via the SSMS GUI, or you can do it using T-SQL code.

This article covers the SSMS GUI option. If you’re interested in the T-SQL option, see How to Send Email in SQL Server (T-SQL).

Continue reading

Install Azure Data Studio on Ubuntu 18.04

Azure Data Studio is a graphical tool for managing databases.

It is available on Windows, MacOS, and Linux. On Linux it’s available on Red Hat (RHEL), SUSE Linux Enterprise Server, and Ubuntu.

Below is a step-by-step guide to installing Azure Data Studio on Ubuntu 18.04 via the GUI. Screenshots included.

I’ve also provided the commands for installation via the command-line in case you prefer that method.

Continue reading

How to Install SSMS

SSMS (SQL Server Management Studio) is a graphical tool that you can use to administer SQL Server.

SSMS used to be bundled with SQL Server, but that is no longer the case. You must now install it separately.

This article shows you how to install SSMS (including screenshots).

Note that SSMS is only available for Windows machines. If you’re using a non-Windows machine (such as Mac or Linux), try Azure Data Studio or perhaps DBeaver.

Also note that Azure Data Studio is now included when you install SSMS (starting with SSMS 18.7).

Continue reading