You can use the Multi-Protocol netlib to establish an encrypted connection with SQL Server for a specific user or for all users accessing SQL Server. The Multi-Protocol netlib will encrypt data sent to and received from SQL Server.
The New User dialog box appears.
The SQL Server Client Configuration Utility dialog box appears.
ncacn_ip_tcp: servername, token1, token2
where
servername
Specifies the DNS name for the server machine.
token1
Specifies the username of the user account on the server machine.
token2
Specifies the password for the user account on the server machine.
The username and password will be used by the client to establish an encrypted connection to SQL Server. Note that this user account is a valid Windows NT account and must be subject to Standard Security.
The user account established on the server machine is not a SQL Server account. The client application must specify a valid SQL Server username and password to successfully connect to SQL Server.
If the connection is unsuccessful because of an invalid username or password, the Multi-Protocol netlib will return error 5 (access denied).