BobLoblaws
Programmer
I am creating an order table that will hold an average of 60 million records for each year, and expected to contain 5 years worth of data. So I'm looking at approximately 300 million records for the table.
What is the best datatype to use for creating a Unique OrderID? Should it be numeric, float, real, etc.
Much appreciated.
What is the best datatype to use for creating a Unique OrderID? Should it be numeric, float, real, etc.
Much appreciated.