Installing SQL Server 2019
Steps: Get the SQL2019-SSEI-Dev.exe file from me
- Double click on SQL2019-SSEI-Dev.exe file.
- ย

- Select Custom to customize features and configurations from the below installation type.

- Choose install to download SQL server into the media location. It will take sometime for the SQL server files to get downloaded in to the given location.

- Downloading is in progress.

- Once the download is completed, it will open the SQL server installation center like below automatically.

- Select Installation option from the left side menu
- Select New SQL Server stand-alone installation or add features to on existing installation.

- Select developer edition. SQL Server provides below 3 editions
- Developer Edition (free for development/testing)
- Express Edition (free lightweight version)
- Standard/Enterprise Editions (requires licensing)
- Click Next
- Select developer edition. SQL Server provides below 3 editions

- Check I accept the terms and conditions
- Click Next

- Do not select the box use Microsoft update to check for updates.
- Click next

- Select the below features
- Database engine services
- Client tools connectivity
- Integration services
- Client tools backwards compatibility
- SQL client connectivity sdk
- Select the below features

- Click next

- Select mixed mode and enter password. Save the password with you.
- Click on add current user.
- Click next.

- Click next.

- Click install.
- Installation will take some time to complete.
- Restart your computer once installation is completed.
- Use SQL Server Management Studio to connect SQL Server.
ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย End of Installing SQL Server 2019