You mean my stored procedure works, but I need to check for uniqueness ... Is it so PHV?
Everytime , I generate a random number I need to check in the stored procedure, if it is already generated(in other words, if it is in the database). Could you help me with the SP...
Declare @Random...