The simplest way to generate random passwords
Ms-Sql
SELECT LEFT(NEWID(),8)
My-Sql
SELECT Left(MD5(RAND()),8) AS password
Subscribe to:
Post Comments (Atom)
This is the space for sharing knowledge on RDBMS and SQL Programming "Knowledge is the only thing which can grow while sharing" Keep sharing keep growing...
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.