How to create a new Sql login
SQL
To create a login, Navigate to Security > Logins
In the next screen, Enter
1. Login Name
2. Select SQL Server authentication
3. Enter Password
4. Click Ok
Login is created
You can also create a login using the T-SQL command.