Quote:
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®ards,
RamuSiddineni
|
they syntax is
SQL > create user user_name identified by passowrd
SQL> grant dba to user_name