ELM Database Connections |
![]() |
When entering the SQL Server name for the ELM databases, use the default: just the name of the SQL server or one of 4 possible alternate formats as described below. New in 7.0: If a local SQL database is installed with the Server component, a 4th option becomes available. In that case, the server name and instance will read "(LocalDB)\TNT_Data", with the database named ELM_Primary_00001 by default. If this database is used, the LocalDB files will be stored in the Users\Public\ELM Data\'Instance Name' directory. Note ELM Database AuthenticationELM can authenticate to the database using either Windows Authentication (recommended) or SQL Authentication. With either type of authentication, the ELM Server service will need DDL permissions like create databases, tables, and views, and DML permissions like select, insert and delete records. These permissions are inherited when the db_owner role is assigned to a user account in SQL Management Studio.
|