|
||
A Microsoft SQL Server or SQL Server Express (2005 or higher up to SQL Server 2008) is required.
The installer will automatically download SQL Server 2008 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 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
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.
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 SQL server installation could take a while and it could require a restart of the server.
You can change the security authentication mode after the installation in case it was wrongly configured.
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
1.In SQL Server Management Studio Object Explorer, right-click the server, and then click Properties. 2.On the Security page, under Server authentication, select the new server authentication mode, and then click OK. 3.In the SQL Server Management Studio dialog box, click OK to acknowledge the requirement to restart SQL Server.
|