SQL Server 2019 - Tutorial
SQL Server 2019 - Tutorial
You can install the latest version of SQL server from the following link:
https://www.microsoft.com/en-gb/sql-server/sql-server-downloads
Select the drive and folder where you want to install the SQL server and click on Install.
After clicking the Install, the installation will start as follows:
After the installation of SQL server, you can install SSMS (SQL Server Management Studio).
Click on ‘Install SSMS’.
After clicking on ‘install SSMS’, it will open the following page. You have to download
SSMS.
After successfully installing SSMS, you have to open the SSMS as follows:
Now, click on ‘Connect’.
Now, you can start working on SQL server. You can create databases, tables, etc.
In the Object Explorer, right click on Databases and then click New Database. Enter the name
of database and then click OK.