How connection parameters work

When an application connects to a database, it uses a set of connection parameters to define the connection, such as the server name, the database name, and a user ID. A keyword-value pair (of the form parameter=value) specifies each connection parameter. For example, you specify the user ID connection parameter as follows:

User ID=sa