Looking for some table setup advice. I am working on a small employee time record project. The program will be installed on three computers not linked by a network. I plan on using identity columns for the various employees, departments, etc. records and as the method to link them together. Some time down the road they will be installing a network and I would like to merge the tables into one database and not worry about any conflicts with the identity columns from the various separate databases. I thought of two methods. One is to use a calculated column based on the computer (#1, #2, #3) where the database is installed and an identity column in the table (i.e. #2 x 1000000 + identity value), the other is to change the seed values on each computer so that they would never be duplicated when combined into one database. Any thoughts my ideas? Any other methods out there that you've used before?
Auguy
Sylvania/Toledo Ohio
Auguy
Sylvania/Toledo Ohio