JerryWoodstock
New member
- Local time
- Today, 21:36
- Joined
- Jan 28, 2003
- Messages
- 7
where i work we have a personel database where we collect information of employees . Currently when a user leaves he is deleted from the database. The problem is that we need this info for roughly a period of two years.What is the best way to handle this situation?
what is the best method? creating a Log file and storing the 10 fields that are needed in a .txt file? or Createing a new table in the database that this info is stored in when a user is deleted? I have thought of putting a resolver table and in between the User and the Position etc. but with all the relationships it would mean that positions and other Fk's could never be deleted to keep the info in tact? what is the best solution .
This Data will need to be Queried
Thanks again
Jerry Woodstock
what is the best method? creating a Log file and storing the 10 fields that are needed in a .txt file? or Createing a new table in the database that this info is stored in when a user is deleted? I have thought of putting a resolver table and in between the User and the Position etc. but with all the relationships it would mean that positions and other Fk's could never be deleted to keep the info in tact? what is the best solution .
This Data will need to be Queried
Thanks again
Jerry Woodstock
Last edited: