
Learn to install and manage sql server 2017 on linux, create databases and tables, insert and view data with t-sql, and configure imports, exports, and alerts on ubuntu.
Learn to install SQL Server 2017 on Ubuntu via the command line, including repository setup, installation steps, and configuring a complex password with the evaluation edition.
Learn how to install and configure SQL Server on Ubuntu, troubleshoot memory errors, install SQL Server tools, create a test database and inventory table, and run basic queries.
Create a full clone of your Ubuntu virtual machine to safeguard configurations, enable quick recovery, and verify SQL Server access on Linux.
Learn how to download, move, and restore the Adventure Works 2017 database on Linux using SQL Server, verify results with a select, and reverse the process for repeatable practice.
Learn to script a full backup of the Adventure Works 2017 database, create a SQL Server Agent job, and share or execute the script on Linux environments.
Discover how to prepare a Linux environment for SQL Server by creating a scripts directory, a SQL file, and setting ownership and permissions to enable an Eskil agent job.
Set up database mail in Windows using GUI or stored procedures, configure server options, create mail accounts and profiles, and test sending via SMTP with Gmail.
Install and use Azure Data Studio on Linux to visually connect to SQL servers, manage databases, run queries, and explore docker-based setups from a cross-platform GUI.
Learn how to set up a SQL Server Always On cluster by validating configuration, adding three servers, running tests, creating the cluster, and enabling Always On.
Learn to set up Always On availability groups for SQL Server, migrating databases as a group to a secondary, with synchronous or asynchronous modes and read-only replicas.
discover backing up on secondary replicas in an always on availability group, where only copy-only full backups and transactional log backups are supported with synchronous, readable secondaries.
With the advent of SQL Server 2017 now available on a Linux platform, it is imperative that students learn how to navigate and understand SQL Server 2017 Administration on Linux server. Therefore, the student will learn how to install SQL Server 2017 on a Ubuntu Server (Linux Distro), navigate using the Ubuntu Gnome GUI for easy configuration, connect to SQL Server and Ubuntu with Putty third party software, view and manipulate both SQL Server data and log files, migrate data from SQL Server to another database with Ubuntu, use BCP to quickly import and export data, set up SQL database mail in Linux Server, use various tools and utilities to monitor SQL Server, backup and restore databases and much more.