Re: password generation



Thanks !!
What i want to convey that it should be dynamic password , We should
not specify
the password with "sp_addlogin " command. Script should
automatically generate the below command text and password.
sp_addlogin "name","password","Dbname"
go
Once the script executes ,it generates the command text and
password randomly ,executes the command and send the details
with password to "security depatment" .
users will get the passwords from security department

Regards
Suraj

.



Relevant Pages