Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How can we create user and password

Author  Topic 

boreddy
Posting Yak Master

172 Posts

Posted - 2008-09-01 : 01:02:37
Hi

I want to cretae user and password from my current login
and i want to login throw the that user and password

please help me

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-09-01 : 01:07:40
use sp_adduser to add user to existing role

http://doc.ddart.net/mssql/sql70/sp_addp_20.htm
Go to Top of Page
   

- Advertisement -