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
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 query for db user creation in MS SQL

Author  Topic 

Dance123
Starting Member

3 Posts

Posted - 2007-01-24 : 06:01:25
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.

I want a query similar to create user <user_name> identified by <password> which is used in ORACLE.

Please help me in this situation.

Thanks in advance


dance

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2007-01-24 : 06:09:41
Duplicate Post

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -