Solution
ESET Endpoint Encryption Enterprise Server pre-install includes a version of Microsoft SQL Server Express. Under normal circumstances, this will be perfectly adequate for use. However, if you wish to use your own Microsoft SQL Server for any reason, you can do so, even if you are using the pre-install.
During the ESET Enterprise Server setup, you will be prompted to enter information about your SQL server. If you used the pre-install, these fields would be completed by default with the values already configured by the pre-install.
Figure 1-1
If you need to enter values, or if you want to change the values to use your SQL server (rather than the one provided in the pre-install), refer to the following:
SQL Server Name | The name should be the proper instance name of the SQL server instance. The pre-install SQL server installs an instance called 'deslocksql' on the local machine. If you enter your own instance name, you should enter the full name including the instance name (unless you are using an unnamed instance). | |
SA Username / SA Password | This should be the username and password for the 'SA' database login or any login which is a member of the sysadmin group. This login is used to create a new login for the EEE Server to use, creates a new Database on the specified instance, and configures the login with db_owner, db_datareader and db_datawriter access to that database.
These details are not stored and are never used again. The new login created during this step will have a username of dlpenterpriseuser. The password will be a randomized 16 character password using upper and lowercase alphanumeric characters, including symbols. |
|
Database Name | This is the name of the database that will be created on the specified instance. You may change this if you want to use a different name. |
Database Size Limits
Please note that SQL Server 2005 and 2008 Express Editions have a 4GB database maximum size limit. In large installations, you may find this limit is too small. In such cases, consider upgrading to SQL Server 2008 R2 Express (or later) which has a 10GB limit. Alternatively, you can supply your own non-express version of SQL which has no size limit.