Download The Installer Software SQL Server Page: https://www.microsoft.com/en-gb/sql-server/sql-server-downloads Direct Link: https://go.microsoft.com/fwlink/?linkid=866658 SQL Management Studio Page: https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15 Direct Link: https://aka.ms/ssmsfullsetup Install SQL Server Start the Installer Allow the Installer Select Yes Select the Installation Type Select Basic Accept the License Terms Select Accept Select the Install Location Unless you have a reason to do otherwise, accept the default location. Select Install Sit and Watch … The files will be downloaded and installed. Eventually … Finish the Installation There is a button to install SSMS, but you can ignore that. Select Close Install SQL Server Management Studio Start the Installer Allow the Installer Select Yes Accept the Licence & Install Select Install Sit and Watch … Finish Installation Select Close Setup See Microsoft SSMS - Settings for instructions on setting up SSMS Install the Sample Database Connect to the Database If necessary, click on the Connect Object Explorer button Server Name: …\SQLEXPRESS Authentication: Windows Authentication ☑️ Trust Server Certificate Create the Sample Database Create a New Document: CtrlNEnter the following code: USE master; CREATE DATABASE artworks; Execute the code: F5 Install the Sample Database Open the sample-db-….sql file. Select the new database from the toolbar menu. Execute the code: F5