Apr 2, 2001 #1 hoctro Technical User Joined Mar 29, 2001 Messages 34 Location US Hi How do I go about to create a new userid and passwd to use the existing database on ase12.0 ? thanks
Hi How do I go about to create a new userid and passwd to use the existing database on ase12.0 ? thanks
Apr 3, 2001 #2 grega Programmer Joined Feb 2, 2000 Messages 932 Location GB 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. Upvote 0 Downvote
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.
Apr 4, 2001 Thread starter #3 hoctro Technical User Joined Mar 29, 2001 Messages 34 Location US Cool..thanks GREG Upvote 0 Downvote