Hi,
I am creating a system whereby users create there own accounts using ASP and SQL Server, I'm not a pro with SQL DB but am learning pretty quickly.
What I want to know is how to create a Unique ID, one that doesn't have a chance of getting duplicated and not incremental to the previous ID.
How do I go about creating such an ID?
Thanks in advance for any help.
I am creating a system whereby users create there own accounts using ASP and SQL Server, I'm not a pro with SQL DB but am learning pretty quickly.
What I want to know is how to create a Unique ID, one that doesn't have a chance of getting duplicated and not incremental to the previous ID.
How do I go about creating such an ID?
Thanks in advance for any help.