Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create new user/passwd ?

Status
Not open for further replies.

hoctro

Technical User
Mar 29, 2001
34
US
Hi

How do I go about to create a new userid and passwd to use the existing database on ase12.0 ?

thanks
 
This is what to do on 11.5, and 12.0 should be similar.

Make sure the user has a server login using sp_addlogin.

Then add the user to the database using sp_adduser

Finally, set the password using sp_password

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top