Step 2: Right-click Logins and select Newlogin, the screen below will appear.
Enter login information
Step 3: Enter the name and password, confirm the password again as shown in the image above and click OK. Then, new login information will be created as shown in the image below.
New login information created
To create a login name of TestLogin and a password of P @ ssword, you only need to run 2 queries below.
Create login yourloginname with password='yourpassword'
Create login TestLogin with password='P@ssword'
Previous article: Managing MS SQL Server with Management Studio
Next article: How to create a database on MS SQL Server