Tag Archives: udf

Generate random integers using tsql UDFs

Ever need to generate random numbers from the integer family?  I had this need on a project so I whipped up these four tsql User Defined Functions to help with this task.  There are four functions in all, one for … Continue reading

Posted in database, development, microsoft, SQL, tsql | Tagged , , , , , , , , , | 4 Comments