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.
| Author |
Topic |
|
skillile
Posting Yak Master
208 Posts |
Posted - 2002-03-11 : 16:01:01
|
| I would like to create a random pw on the fly whileadding new users. Using A-Z and 0-9.I am thinking of a table with all of these chars/ints in it and then looping through on a random number to the lenghdesired on the pw.Any other ideas would be appreciated.slow down to move faster... |
|
|
Jay99
468 Posts |
|
|
Arnold Fribble
Yak-finder General
1961 Posts |
Posted - 2002-03-11 : 16:19:04
|
| Not strictly SQL advice, but leave out 0 and O, I (or l) and 1 unless you can guarantee the passwords will be distributed in a font that makes the difference obvious. |
 |
|
|
|
|
|