How to get numeric random uniqueid in MS sql server
- by Rajesh Rolen- DotNet Developer
i am using sql server 2005, please tell me how can i get 6 digits (unique numeric which should be random) value for every row in table.
i have a field in table in which i needs 6 digit numeric value (random and unique).
please help me to do this.