Search Our Database

How to Create New Database with User Login in MSSQL Management Studio

Last updated on |
by

Step 1 – Login to your MSSQL management studio.
1

Step 2 – At the left side panel, under Security -> right-click Logins -> New Login
2

Step 3 – Insert all the details as an image. Remember to select SQL Authentication
3

Step 4 –  After creating the login, proceed to create Databases
4

Step 5 – Insert the database name, then click on “” to assign a user to the database. Browse for the user login.
5

Step 6 – Click on the user, then click OK
6

Step 7 – Verify the database name and user have been entered correctly. Then click Ok.
7

Step 8 – You can see now that the new database has been created. Your new user login will also be shown.
8