Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Query for sql db user creation in MS SQL Server

Author  Topic 

Dance123
Starting Member

3 Posts

Posted - 2007-01-24 : 04:34:39
HI everybody...

Can anyone help me to know the

Query to Create SQL database Users in MS SQL

through the query engine of MS SQL Server Management Studio..

I am struggling with the same and I tried the one

create user <user_name> for login <login_name>.

But it seems that it will create the windows user itself and not the sql user.

Please help me in this situation.

Thanks in advance


dance
   

- Advertisement -