


A-MSSQL-LOGIN indicates the user name under which you want to connect to the database system.
Example
To connect to the database with the user name MYNAME, you would specify:
A-MSSQL-LOGIN MYNAME
in the runtime configuration file.
If A-MSSQL-LOGIN is not set, the runtime will use the value of your USER environment variable as your Microsoft SQL Server login name. For this automatic login to succeed, you must have set up a user with the same name as your computer login name.
See also
A-MSSQL-PASSWD runtime configuration file variable.