MSSQL Settings

MSSQL Credentials

In order to connect to the MSSQL instance in the Monitored Server, there are two authentication options to verify the credentials of the user.

  1. Windows Authentication:
  2. SQL Server Authentication:

If the connection still doesn’t work, check how many instances there are and if you are connected to the right one.

MSSQL Port Settings

The default MSSQL Server port is 1433, yet there are cases that a different TCP Port is configured.

  • Sign in to MSSQL Server Configuration Manager -> SQL Server Network Configuration -> Protocols for SQL MSSQLSERVER ->TCP/IP
  • Enter the TCP/IP Properties and check the TCP Port number in the TCP Port field

If the TCP Port number is other than 1433:

  • In the AimBetter Configuration, open the “Edit SQL” window.
  • In the Server field, add the correct TCP Port number after the Server’s name with a “,”

For example,

Name: INSTANCENAME/SQLEXPRESSGOLD

Server: SERVERNAME,1435

Was this article helpful?