How to add a SQL Server login (Enterprise Manager)
New Information - SQL Server 2000 SP3.
Security Note When possible, use Windows Authentication.
To add a SQL Server login
- Expand a server group, and then expand a server.
- Expand Security, right-click Logins, and then click New Login.
- In Name, enter a name for the Microsoft® SQL Server™ login.
- Under Authentication, select SQL Server Authentication.
- Optionally, in Password, enter a password.
- Optionally:
- In Database, click the default database to which the login is connected after logging into an instance of SQL Server.
- In Language, click the default language in which messages are displayed to the user.
See Also
Adding a SQL Server Login