installation-manual-sql-server
installation-manual-sql-server
Version: 2024-10-01
Additional technical
information for
specialists
Contents
1. Brief overview of how to use the SQL Server ................................................................................ 2
1.1. System requirements ................................................................................................................................ 2
1.2. Required disk space ................................................................................................................................... 2
1.3. Field of application .................................................................................................................................... 2
2. Configuration .............................................................................................................................. 4
2.1. Installation of the SQL Server .................................................................................................................... 4
2.1.1. Configuration of services .................................................................................................................. 6
2.1.2. Authentication options ..................................................................................................................... 7
2.1.3. Windows authentication ................................................................................................................... 7
2.1.4. SQL Server Authentication ................................................................................................................ 8
2.1.5. Next steps.......................................................................................................................................... 8
2.1.6. Configuration of the network protocols ........................................................................................... 9
2.1.7. Creating an SQL user ......................................................................................................................... 9
2.2. Assignment of rights for an SQL user ...................................................................................................... 12
2.3. Selection of the database in the Safexpert Setup ................................................................................... 13
2.3.1. Features of the single user installation ........................................................................................... 13
2.3.2. Special features of the network installation ................................................................................... 14
2.4. Information on silent installation ............................................................................................................ 14
2.5. Step by step ............................................................................................................................................. 15
Select the desired features and click “Next”. Safexpert requires at least:
Database Engine Services
SQL Client Connectivity SDK
Management Tools - Basic
The SQL Server starts automatically with Windows if it was appropriately configured in Windows services.
For the single user version it is sufficient to start the service SQL Server (instance name) automatically.
If users from other computers would also like to gain access, activate the service SQL Server Browser.
The services can be configured in the SQL Server Configuration.
This method is especially recommended for multi-user access. The advantage is that only one user with access
rights has to be set up on the SQL Server itself. So, all users that have been created in Safexpert have access to
the server, regardless of their Windows user names.
Next
Next
Assignment of rights at the server level Assignment of rights at the database level
Depending on which authentication method (see chapter 2.1.2) you would like to use, select for the installation on
an SQL server:
MS SQL Server or
MS SQL Server (Windows authentication).
The SQL Server must have been installed and configured before you can continue with the set up (see chapter
2.1).
It is possible to install the Safexpert database in two versions:
automatically via Safexpert Setup or
manually by the IT administrator: Snapshot isolation must be activated.
Note: If you want to copy an existing database, this has to be done via backup/restore. When copying by
using diverse database scripts, standard field values could get lost. In this case the database gets
corrupted.
Activating snapshot isolation
Execute the following SQL commands in SQL Server Management Studio or in the command line tool:
ALTER DATABASE Name of new database SET READ_COMMITTED_SNAPSHOT ON;
ALTER DATABASE Name of new database SET ALLOW_SNAPSHOT_ISOLATION ON;
Note: A connection to the server cannot be checked at that time, since the necessary database
components have not yet been installed. If the entered connection data are incorrect, an error
message will only appear later in the Setup.
For network installations, it is important to ensure that the SQL Server is installed on a suitable machine, which is
integrated in the business backup.
The service SQL Server Browser must be activated in addition to the default service SQL Server (see chapter
2.1.1).
As network protocol, the TCP/IP protocol must be activated (see chapter 2.1.6).