- Joined
- Apr 23, 2007
- Messages
- 35
- Reaction score
- 0
Sql Server Management User Create
Hi, today i create my first Tutorial on how to create a user for Microsoft SQL Server Management Studio Express.
What did you need?
1. Microsoft SQL Server Management Studio Express
2. Microsoft SQL Server 2005
Step 1
Run your Microsoft SQL Server Management.
Connect with the Folow Settings:
Servertype: Database Engine
Servername: PCNAME\SQLEXPRESS
Authentication: WindowsAuthentication
Step 2
When you connected, look at the Object Explorer on the left side.
Click on 2 times on Security Tabel.
And then 2 times on Logins Tabel.
Step 3
After Step 2, you will be see a lot of users.
Click right on the Logins Tabel and choose "New Login"
Type in the textbos Login name "Test"
Now select SQL Server Authentication, and fill the password fields "Password"
When you done that, untick that 3 boxes.
Below you set Default Database to Master.
Step 4
Going to User Mapping Tab.
On the right side, check all the Databases below Map!
When you done that, go to the Status Tab and make sure Login is Enabled!
Simply click Ok.
Step 5
Click File -> Disconnect Object Explorer
Then click File -> Connect Object Explorer
Fill the settings like this:
Servertype: Database Engine
Servername: PCNAME\SQLEXPRESS
Authentication: SQL Server Authentication
Login: Test
Password: Password
Simply hit Connect, and you done!
So, this was my Tutorial.
Cya! [Copyright me!]
Hi, today i create my first Tutorial on how to create a user for Microsoft SQL Server Management Studio Express.
What did you need?
1. Microsoft SQL Server Management Studio Express
2. Microsoft SQL Server 2005
Step 1
Run your Microsoft SQL Server Management.
Connect with the Folow Settings:
Servertype: Database Engine
Servername: PCNAME\SQLEXPRESS
Authentication: WindowsAuthentication
Step 2
When you connected, look at the Object Explorer on the left side.
Click on 2 times on Security Tabel.
And then 2 times on Logins Tabel.
Step 3
After Step 2, you will be see a lot of users.
Click right on the Logins Tabel and choose "New Login"
Type in the textbos Login name "Test"
Now select SQL Server Authentication, and fill the password fields "Password"
When you done that, untick that 3 boxes.
Below you set Default Database to Master.
Step 4
Going to User Mapping Tab.
On the right side, check all the Databases below Map!
When you done that, go to the Status Tab and make sure Login is Enabled!
Simply click Ok.
Step 5
Click File -> Disconnect Object Explorer
Then click File -> Connect Object Explorer
Fill the settings like this:
Servertype: Database Engine
Servername: PCNAME\SQLEXPRESS
Authentication: SQL Server Authentication
Login: Test
Password: Password
Simply hit Connect, and you done!
So, this was my Tutorial.
Cya! [Copyright me!]
Last edited: