By using the CREATE LOGIN statement.
<pre>CREATE LOGIN [YourDomainWindowsLogin] FROM WINDOWS
GO
CREATE LOGIN SQLLogin WITH PASSWORD='YourPassword'
GO</pre>
You can also create logins within the SQL Server management studio. Connect to the database in the Object Explorer. Open the server > Security > Logins and create logins as needed.
Last Wiki Answer Submitted: August 22, 2010 12:14 am by Denny Cherry64,520 pts.
All Answer Wiki Contributors: Denny Cherry64,520 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.