Login
From:
TCS Blog
(Uncensored)
subscribe
SQL Server 2005 function to create a random string
https://blog.tcs.de/sql-server-2005-function-to-create-a-random-string/
links
backlinks
Roast topics
Find topics
Find it!
After reading this nice post about a stored procedure to create random numbers i figured i needed a function for more flexibility. Here’s how to create a user defined function to generate some random characters with a length of up to 100 characters.