Question : Set Identity to a column without autoincrement

Is there a way to set a identity on a column without autoincrement?
The Reason is that the user should put in his own value but this value must be unique.

Answer : Set Identity to a column without autoincrement

Create a unique index on that column.

 

Kelvin

Random Solutions  
 
programming4us programming4us