For generating a random alpha-numeric string i am using NEWID()
In the generated string i am using 4 charcters like
substring(newid(),1,4) Can anyone confirm whether there any chance of getting repeating string after a long time for the above mentioned statements ouput?