SQL Express installation example

<< Click to Display Table of Contents >>

Navigation:  Network & Remote Installation > Network SQL Express configuration >

SQL Express installation example

Below is an example of the settings required when installing SQL Express 2017.

 

Similar settings would apply for older versions of SQL from version 2008 R2 and newer.

 

 

1. Download the version of SQL you wish to use with your AyaNova

2. Download the latest version of SQL Server Management Studio (SSMS)

3. Install your version of SQL, selecting and setting as outlined:

4. Install your SSMS

5. Additional

6. Log in via SSMS

7. Return and continue with your SQL (Server or Express) configuration steps for AyaNova

 

 

 

1. Download the version of SQL you wish to use with your AyaNova.  

 

In our example, as we want to use SQL Express 2017, we will search for that version to download:

We go to Google.com

We enter in the search term Microsoft SQL Express 2017 download

Select the result that is from Microsoft, and download

 

 

 

2. Download the latest version of SQL Server Management Studio (SSMS)

 

In our example, as we want to use the latest SQL Server Management Studio, we will search for the latest:

Go to Google.com

Enter in the search term Microsoft latest ssms

Select the result that is from Microsoft, and download

 

 

3. Install your version of SQL, selecting and setting as outlined:

 

 

SQL2

 

a. In our example, we run the file we downloaded for installing SQL Express 2017.

 

In our example, the file was called SQLServer2017-SSEI-Expr.exe  

You may receive the message similar to below, select Yes to continue

oSQL3

 

b. As you will need to make specific settings, select Custom

SQL4

 

c. Accept to download to the stated location or change if need to. Than select Install.

SQL5

 

d. The download and initial install will begin

SQL6

 

 

e. Select New SQL Server stand-alone installation

SQL7

 

f. Accept the license terms. Next.

SQL8

 

g. Allow to check for updates. Next.

SQL9

 

h. Address any issues found. Next.

SQL10

 

i. At the "Feature Selection" page:

 

Deselect:

Machine Learning Services

Full-Text and Semantic Extractions for Search

 

Ensure selected:

Database Engine Services

SQL Server Replication

Client Tools (all)

 

SQL11

 

 

 

j. In the "Instance Configuration" page, we took the suggested specified SQLExpress in both the "Named instance" and "Instance ID" fields.

We want to have a named instance of our SQL so that we are connecting not just to the host, but to the named instance.

SQL12

 

 

k. At the "Server Configuration" page all Startup Type are set to Automatic

SQL13

 

l. On the Database Engine Configuration page, enable Mixed Mode; enter and confirm a password for the Built in SQL server system administration account (note this is the user account sa);

 

Do NOT use special characters in your sa password. Although SQL Server Management Studio and SQL itself will accept creating passwords with special characters (such as # % $ etc), SQL will not accept when used in a connection string when you get to the step of editing your AyaNova config.txt file.

 

Optionally add a user as an administrator. Next.

SQL14

 

 

m. Installation with those settings will now proceed.

SQL15

 

 

n. Confirm all aspects installed successfully. Close.

SQL16

 

 

4. Install your SSMS

 

SQL2

 

 

a. Run the file you downloaded for installing your SSMS

 

In our example, our file was called SSMS-Setup-ENU.exe

You may receive the message similar to below, select Yes to continue

SSMS2

 

 

b. Install

SSMS3

 

c. Allow the installation to complete

SSMS5

 

d. Close when completed

SSMS6

 

 

 

5. Additional

 

a. Where you confirm remote connections are enabled depends on your version.

 

For example with SQL 2017 and SSMS 17.6

i.Log into your SSMS as sa and the password you set above

ii.Right-click on your server, select Properties

iii.Click the Connections mode

iv.Under Remote Server Connections, ensure Allow remote connections to this server is checkmarked.

 

b. Confirm protocols are enabled

i.Open your Microsoft SQL Configuation Manager

oSQLCM1

ii.Allow changes

oSQLCM2

iii.Enable the TCPIP protocol

oSQLCM3

iv.Confirm IP Addresses are active

oSQLCM4

v.If troubleshooting needed for port exceptions, here is where you can find the port used

oSQLCM5

 

 

c. Restart your server.

 

d. Log in as the computer administrator

 

e. Confirm your SQL services have successfully started and are running.

 

If your SQL services are not successfully running, you WILL receive errors attempting to run SSMS or load your AyaNova.

i.Bring up Services

oServices

ii.Scroll down and confirm your SQL services are running.

oSSMS12c.

 

 

 

6. Log in via SSMS

 

a. Run your SQL Server Management Studio

SSMS7

 

b. Connect to your SQL database server

SSMS8

 

SSMS9

 

c. Log in using SQL Authentication (using the sa password you set in the SQL installation earlier)

SSMS10

 

SSMS11

 

c. Now that you have confirmed can load, exit out of your SSMS.

 

 

 

 

7. Return to the Network SQL Express configuration or Network SQL Server configuration for AyaNova and continue with step 4

 

Now you can continue with your Network SQL configuration, following the steps to create your SQL AyaNova database and completing your AyaNova configuration settings to connect to your SQL AyaNova database