get random number by SQL SERVER code example Example: tsql random number SELECT FLOOR(RAND()*(b-a+1))+a;