The ADS DB Server field contains the name of the SQL server that hosts the
server databases. In a single box ADX, the name is the same as the application server.
In a split ADX configuration, this field contains the database server name. This field
format is the standard SQL connection string syntax. Metasys supports using SQL Server
that has named instances.
Format | Example | Format with Instance Name | Example with Instance Name |
---|---|---|---|
protocol name:server name] |
(local) or localhost |
protocol name:server name\instance |
tcp:localhost\SpecialSqlServer |
IP address, port number |
159.222.10.194, 1500 |
IP address\instance name, port number |
159.222.10.194\SpecialSqlInstance, 1500 |