[TUT] SQL Server Management User Create

Newbie Spellweaver
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!]

 
Last edited:
Hey warkey i tried it but i still cant make a account i get a error it says someting whit that the login didnt work cause its not whit a trustfull sql connection.
 
Then you do anything wrong!
Read the tutorial fully, it really work's !

I have the same problem - it's like Not connected to SQL trust server or something.

A fix is REINSTALL SQL server and somewhere along the line u can select that.
 
Back