July 19, 2019 at 8:35 pm
Hi All,
Thank you for looking into my question.
Does anyone have a script that could take the current timestamp and convert that into a random alphanumeric value (30+ digits).
Thanks
July 19, 2019 at 9:02 pm
Why not simply use NEWID() function? Or you want date and time to be a part of the generated random number? I guess sample of the desired output will be nice.
--Vadim R.
July 20, 2019 at 3:49 am
Hi All, Thank you for looking into my question. Does anyone have a script that could take the current timestamp and convert that into a random alphanumeric value (30+ digits). Thanks
A 30 character random alpha-numeric generator will generate a shedload of swear words. Us 2 GUIDs, instead.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply