matethreat
Technical User
Hello all,
This isn't a probem yet, but I can see it becoming one in the future.
I have 2 tables that collect information from employees. One table collect the time they arrive at work, leave at lunch, back from lunch and leave at the end of the day.
The other table collect the times they spend on jobs throughout the day.
What I am worried about is that with 70 employees in reasonably short order the amount of information being stored will be immense and my file size for the database will get out of hand. I am not really sure how to handle this problem. I was thinking I could move the old information to another table in another database, and just link it to the opperational database. The only thing that I have noticed, and I am not sure if I am loosing the plot is that you can remove as much information as you like from your database, but it doesn't reduce the file size.
Very Strange, any advice on alternate solutions or why the file size is staying the same after the removal of information would be appreciated.
G'Day From down under
This isn't a probem yet, but I can see it becoming one in the future.
I have 2 tables that collect information from employees. One table collect the time they arrive at work, leave at lunch, back from lunch and leave at the end of the day.
The other table collect the times they spend on jobs throughout the day.
What I am worried about is that with 70 employees in reasonably short order the amount of information being stored will be immense and my file size for the database will get out of hand. I am not really sure how to handle this problem. I was thinking I could move the old information to another table in another database, and just link it to the opperational database. The only thing that I have noticed, and I am not sure if I am loosing the plot is that you can remove as much information as you like from your database, but it doesn't reduce the file size.
Very Strange, any advice on alternate solutions or why the file size is staying the same after the removal of information would be appreciated.
G'Day From down under