Skip to main content
Version: 8.1

Installing Microsoft SQL Server Express

Inductive University

Installing Microsoft SQL Server Express

Watch the video

You need to download and install both the SQL Server Express and the SQL Management Studio before you connect to the database.

To Download SQL Server Express​

This section walks through the process of installing a new instance of SQL Server Express.

  1. Go to https://www.microsoft.com/en-us/sql-server/sql-server-downloads.

  2. Look for the link/button to download the Express Edition.

  3. Run the installer.

  4. When given a choice between installation type, select Custom.

  5. Select an installation directory. If you don't have a preference, simply use the default.

  6. The installer will unpack and download required files.

  7. Once the installer is ready, the SQL Server Installation Center window will appear. Select the Installation heading on the side bar, and click on the New SQL Server stand-alone installation or add features to an existing installation link.

  8. On the License Terms window, choose I accept the license terms and click Next.

  9. On the Product Updates window, click Next to start installing the SQL Server.

  10. On the Feature Selection window, select the features you require and click Next.

    note

    Be mindful that you may find some of the default packages extraneous. You can uncheck many of the options, such as the optional Machine Learning Services and Language Extensions. The Server and SQL Server Management Studio are the main tools you'll need when interacting with an Ignition installation. You can always remove additional components from the SQL Server installer later if you choose so.

    Check Microsoft's documentation for more details on what each package does.

  11. The Instance Configuration window shows Named instance: SQL Express, you can keep it or change it if you like. Click Next.

  12. When asked about a JRE to use, you can use the provided JRE. Click Next.

  13. On the Server Configuration window, choose Automatic from the dropdown under Startup Type for the SQL Server Browser service, and click Next.

  14. On the Database Engine Configuration window, for Authentication Mode choose Mixed Mode, enter a password for the SA account. Note that you can use a Windows Authentication Mode with Ignition, but it does require some additional configuration when connecting later on. In either case, click Next.

  15. On the next few windows, continue clicking Next until it shows installation is Complete.

SQL Server Express is now installed.

To Download SQL Management Studio​

  1. Go to http://www.microsoft.com/en-us/download/details.aspx?id=8961

  2. Click on the Download button.

  3. Click on the SQLManagementStudio_x64_ENU.exe file to run the executable.

  4. On the SQL Server Installation Center window, click on the New SQL Server stand-alone installation or add features to an existing installation link.

  5. On the Installation Type, keep the defaults and click Next.

  6. On the License Terms window, choose I accept the license terms and click Next.

  7. On the Product Updates window, click Next to start installing the SQL Server.

  8. On the Feature Selection window, stay with the default selection of Management Tools and click Next.

  9. On the Database Engine Configuration window, for Authentication Mode choose Mixed Mode, enter a password, and click Next.

  10. On the next few windows, continue clicking Next until it shows installation is Complete. The Management Tools is now installed.

  11. To run the program, go to Start > Programs > Microsoft SQL Server > SQL Server Management Studio.

  12. Click on Connect to connect to the Microsoft SQL Server.

  13. In Object Explorer, you can now see some databases under Databases > System Databases.

  14. Right-click on Databases and select New Databases.... The New Databases window is displayed.

  15. In Database name, enter test, click Add, and then OK.

Now you can see the test database in the Databases folder and can connect Ignition to it, see Connecting to Microsoft SQL Server.