edpatterson
IS-IT--Management
- Feb 24, 2005
- 186
I would like to create a simple database to track administrators of local machines. So far I have a collection of text files which contains the administrators.
Example:
Machine1.txt
Administrator
Helpdesk
Imaging
Machine2.txt
Administrator
Helpdesk
Smith-John
Each text file is updated at login.
I was thinking of one table for machines, another for users and a 3rd for machine and users, one machine and user per record. So with the example above machines would have 2 records, users would have 4 and the 3rd would have 8.
Is there a more efficient way that a non-database head could understand?
Thanks
Example:
Machine1.txt
Administrator
Helpdesk
Imaging
Machine2.txt
Administrator
Helpdesk
Smith-John
Each text file is updated at login.
I was thinking of one table for machines, another for users and a 3rd for machine and users, one machine and user per record. So with the example above machines would have 2 records, users would have 4 and the 3rd would have 8.
Is there a more efficient way that a non-database head could understand?
Thanks