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.
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 onecreate 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 advancedance |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-01-24 : 06:09:41
|
Duplicate PostHarsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|