Install, set up, and test SQL Server 2017

On the Windows application server, download SQL Server installation media.
-
Download SQL Server Express Edition
- Run the installer, SQLServer2017-SSEI-Expr.exe
-
Click Download Media
-
In Language, select English
-
In Package to download, select Express Core
-
Click Download
When the download is successful, close the installer.
-
Move the downloaded file to C:\Zylinc install\SQLEXPR_x64_ENU.exe
- Run the installer, SQLEXPR_x64_ENU.exe
-
Click Ok to extract the installation files
-
Click New SQL Server stand-alone installation or add features to an existing installation.
-
Accept license terms, and click Next.
-
Select Use Microsoft Update to check for updated, and click Next,
-
In Feature Selection, keep the default feature selections, and click Next
-
In Instance Configuration, select Default instance, and click Next
-
In Server Configuration, go to the Collation tab. Collation should generally not be changed. Keep the default value that has been inherited from the Windows regional settings.
For Danish environments, use Danish_Norwegian_CI_AS.
-
In Database Engine Configuration, select Mixed Mode (SQL Server authentication and Windows authentication).
-
Enter the password for MS SQL SA user (built-in administrator)
-
If corporate IT policy allows it, add the local group administrators to Specify SQL Server administrators.
If you don't carry out this step, only the current user (who made the installation) can manage the SQL server in the future.
-
Depending on corporate IT policy, you can change Data Directories to a data disk, or you can keep them on the C: drive.
There is no need to change anything on the other tabs: TempDB, User Instances, and FILESTREAM.
-
Click Next and wait for the installation to complete
-
Click Close

In SQL Server Configuration Manager:
-
In SQL Server Network Configuration, click Protocols for MSSQLSERVER
-
Double-click TCP/IP
-
On the Protocol tab, change Enabled to Yes
-
Click OK
-
In SQL Server Services, restart SQL Server (MSSQLSERVER)

In Microsoft SQL Server Management Studio:
-
In Server name, enter the hostname of the server that hosts SQL server. For example: WinAppServer
-
In Authentication, select SQL Server Authentication
-
In login, enter SA
-
Enter the password for MS SQL SA user (built-in administrator)
-
You should be able to connect to the SQL server without errors.
- Install Microsoft SQL Server Management Studio on a client computer, and repeat this test.
You're going to access SQL Server Manager Studio again later, so make a note of steps 1-5.

Check that database recovery model, database maintenance and backup configuration is properly taken care of.
If no transaction log backup job is configured for regular execution, the database LDF files will expand until the disk is full. In this case, check that the database recovery model is simple for ZyDB and ZyStatDB.
For SQLServer Express, simple is default. However, for SQL Server Standard or Enterprise editions, the default is full, and that means that the log disk is likely to run out of space at some point.
This is help for Zylinc version 6.0. To view Zylinc unified help for other versions, go here.
© 2021 Zylinc A/S • Disclaimer
Help version: 22 January 2021 13:21:22
Share this topic: