Subject: how to create db user?
Posted By: ram_siddinen Post Date: 1/28/2004 3:45:35 PM
hi guys,

 i need a some info  about the sql serve db user.my question is
using the syntax how to create the db users for particular databse


thanks&regards,
RamuSiddineni
Reply By: bmains Reply Date: 1/29/2004 11:53:02 AM
You may want to check out the sp_addlogin, the sp_grantdbaccess, and the sp_grantlogin, depending on what you want to do.
Reply By: ankur_vachhani Reply Date: 1/30/2004 5:34:39 AM
quote:
Originally posted by ram_siddinen

hi guys,

 i need a some info  about the sql serve db user.my question is
using the syntax how to create the db users for particular databse


thanks&regards,
RamuSiddineni




        they syntax is
            SQL > create user user_name identified by passowrd
            SQL> grant dba to user_name









Go to topic 6376

Return to index page 959
Return to index page 958
Return to index page 957
Return to index page 956
Return to index page 955
Return to index page 954
Return to index page 953
Return to index page 952
Return to index page 951
Return to index page 950