If you use Microsoft SQL 2000, you’ve probably at one point had to pull random results. The built in rand() function simply doesn’t work. It gives you a random value the first time, and every time after it is the same it seems. I found a new way to do this today after 20 pages… Continue reading Rand() isn’t Random