dbTalk Databases Forums  

Random Generate Passwords

microsoft.public.sqlserver.server microsoft.public.sqlserver.server


Discuss Random Generate Passwords in the microsoft.public.sqlserver.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Rob
 
Posts: n/a

Default Random Generate Passwords - 12-05-2005 , 02:34 PM






I have a table: UserID, Username, UserPswd, UserProfile.
At night I dump all new users from another sql database into this database and
I need to generate a random password with alphanumberic values, that are
encrypted. The other database has userid/ username/ userprofile, all I need
to do is gen password. I'm not really sure how to proceed with this. Any
ideas on how to create a random gen pswd? I have a script that uses
pwdencrypt to encrypt password its the generating password that i'm stuck on.
Any suggestions or ideas are appreciated.

thanks
rob


Reply With Quote
  #2  
Old   
ChrisR
 
Posts: n/a

Default RE: Random Generate Passwords - 12-05-2005 , 02:50 PM






select newid()
--
TIA,
ChrisR


"Rob" wrote:

Quote:
I have a table: UserID, Username, UserPswd, UserProfile.
At night I dump all new users from another sql database into this database and
I need to generate a random password with alphanumberic values, that are
encrypted. The other database has userid/ username/ userprofile, all I need
to do is gen password. I'm not really sure how to proceed with this. Any
ideas on how to create a random gen pswd? I have a script that uses
pwdencrypt to encrypt password its the generating password that i'm stuck on.
Any suggestions or ideas are appreciated.

thanks
rob


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.