Online Documentation for SQL Manager for SQL server
Setting connection parameters
Use this step of the wizard to set the necessary connection parameters for the new database using the corresponding boxes and options: Host name, Authentication, User name and Password.
Specify the host where the database being registered resides: type in the host name in the Server name field or select one in the drop-down list.
Please note that if Microsoft® SQL Server™ is installed as a named instance, you should enter the name of your machine and the instance name in the Host name field in the following format: computer_name\sqlserver_instance_name (e.g. "MYCOMPUTER\SQLEXPRESS").
Authentication type
Specify the type of authentication to set up connection to the server.
Windows
With this option SQL Server validates the account name and password using the Windows principal token in the operating system and, and doesn't perform the identity validation.
SQL Server
Select this type if you wish to use SQL Server Authentication for the login. SQL Server Authentication stores logins and passwords in SQL Server and does not depend upon Windows. You can select SQL Server Authentication only if SQL Server Authentication has been enabled on the server.
Microsoft Intra MFA
Uses the standard interactive method with multifactor authentication option for Microsoft Entra accounts.
Microsoft Intra password
Allows specifying the username and password to the client and driver.
User name
Specify user name for selected authentication type.
Password
Input a password.
Trust server certificate
If you use this option, the connection process skips the trust chain validation. In this case, the application connects even if the certificate can't be verified.
If necessary, you can start SQL Server Configuration Manager which is provided by Microsoft® for configuration management of SQL Server services, server/client protocols and client aliases.
Click the Next button to proceed to the Setting specific options step or to the Selecting databases step of the wizard, depending on whether the Register a single database option has been selected or not.