Apr 2, 2001 #1 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
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 Feb 2, 2000 932 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 Mar 29, 2001 34 US Cool..thanks GREG Upvote 0 Downvote