Logon to SQL Server Dialog Box

In the Server field, specify an IP address as follows: <IP_address>,<port_number>. For example, you can specify an address such as "199.226.224.34,5000".

The numeric IP address can be specified in either IPv4 or IPv6 format, or a combination of the two.

If your network supports named servers, you can specify an address as: <server_name>,<port_number>. For example, you can enter "SSserver,5000".

To specify a named instance of Microsoft SQL Server, use the format: <server_name>\<instance_name>. If only a server name is specified with no instance name, the driver connects to the server and uses the default named instance on the server.


If required, type your login ID.

If required, type your password.

Type the name of the database to which you want to connect by default. If you do not specify a value, the default database defined by SQL Server is used.

OK
Completes the log on.

CANCEL
Closes the dialog box without logging on.


