A Microsoft SQL Server or SQL Server Express (2005 or higher up to SQL Server 2012) is required.
The installer will automatically download SQL Server 2012 Express Edition. If you already have an SQL Server installed then you can skip this step.
The collation must be: Latin1 General CP1 CI AS
The Activation Server 4 does not include a license for the MS-SQL server and you are responsible to use the MS-SQL server with the correct licensing.
Find below screenshots of the installation process.
Start the installation by clicking on Installation on the left side
Select Database Engine Services
Name of the SQL Instance / Server - If you change the name you have to note it down as it is required later. The default name is: SQLExpress
The SQL server installation could take a while and it could require a restart of the server. Once the server is installed additional configuration is necessary.
Select: NT Service
Click on the TAB Collation - Ensure that Latin1 General CP1 CI AS is selected
The next step is crucial.
The SQL server must be configured for SQL Server and Windows Authentication mode.
Type in a password and note it down. This is the password for the user sa
Specify the SQL server administrator and select: Administrator (Click on Add to select from a list)
The final screen should display that all components have been successfully installed.
Find below screenshots of the installation process.
Start the installation by clicking on Installation on the left side
Click next to install the free Express Edition
Click on Install to start the installation
The next screen (setup support rules) should display all tests as passed
Select Database Engine Services
Name of the SQL Instance / Server - If you change the name you have to note it down as it is required later. The default name is: SQLExpress
To select the account name click on: Use the same account for all SQL Server services In the pop-up Window, select: NT Authority\Network Service
The next step is crucial.
Type in a password and note it down. This is the password for the user sa
Specify the SQL server administrator and select: Administrator (Click on Add to select from a list)
The SQL server installation could take a while and it could require a restart of the server. |
In case the wrong security information was selected during the initial installation of the SQL Server, it can be changed later.
During installation, SQL Server Database Engine is set to either Windows Authentication mode or SQL Server and Windows Authentication mode.
To change security authentication mode
|