Relational databases
SQL Server Installation

This guide covers installing SQL Server Express and SQL Server Management Studio (SSMS) on Windows, and how to start and stop services using the Configuration Manager.

SQL Server Express Installation
  1. Download the setup file from https://www.microsoft.com/en-us/download/confirmation.aspx?id=101064
  2. Start the installation and choose Custom
    install image
  3. Choose the folder (default is ok)
  4. Choose New SQL Server stand-alone ...
    install image
  5. Check that all operations are passed and choose Next
    install image
  6. Make the choices described in the image below
    install image
  7. You can accept the suggested name for your server
    install image
  8. Choose Manual for all service startup options
    install image
  9. Choose Mixed Mode and set a password for the SQL Server administrator account sa
    install image
  10. Installation is complete — you can close the installer
    install image
SQL Server Management Studio Installation
  1. After installing SQL Server, you will be back on the startup screen shown below. Choose Install SQL Server Management Tools.
    install image
  2. You will be redirected to a web page. Download SQL Server Management Studio (SSMS).
  3. Run the downloaded setup file and click Install.
    install image



Toggle Menu