Hi all!
I need an unique id field that automatically adds an id number to every record that gets added.
I have a SQL Database on SQL server 2005.
I think the solution is to add uniqueidentifier fields to the tables in a database. all the tables already have data in them I don't know if that matters.
Also, what settings in the uniqueidentifier field do i have to set inorder for the id num to be automatically populated.
Thanks in advance!!!
I need an unique id field that automatically adds an id number to every record that gets added.
I have a SQL Database on SQL server 2005.
I think the solution is to add uniqueidentifier fields to the tables in a database. all the tables already have data in them I don't know if that matters.
Also, what settings in the uniqueidentifier field do i have to set inorder for the id num to be automatically populated.
Thanks in advance!!!