G
Guest
Hi,
I have a live database application that is updated with new data from other
databases periodically (every 4 months or so). To transfer data and update
tables in the live database, I import tables, design and run append and
update queries, and also create some temp tables. I prefix the names of these
objects with "_" to indicate that they were created as temporary objects.
My question is that should I leave these objects in the live database after
I'm done transferring the data, or should they be deleted? Or better still,
after all the data transfer, create a new database file and import only the
relevant objects?
I'm not sure of the pros and cons of either approach, and will appreciate
any pointers on this issue. BTW, the live database has the objects invisible
to the users, and they use forms to view/edit/add data, and run reports. So,
I don't have to worry about the users seeing all the temporary queries etc.
Also, space is not an issue as yet. The database is about 7MB, and I started
with 5 MB about a year ago. If there are other facts that I did not mention
re: database, which would be helpful in your answer, please ask me.
Thanks for your thoughts.
-Amit
I have a live database application that is updated with new data from other
databases periodically (every 4 months or so). To transfer data and update
tables in the live database, I import tables, design and run append and
update queries, and also create some temp tables. I prefix the names of these
objects with "_" to indicate that they were created as temporary objects.
My question is that should I leave these objects in the live database after
I'm done transferring the data, or should they be deleted? Or better still,
after all the data transfer, create a new database file and import only the
relevant objects?
I'm not sure of the pros and cons of either approach, and will appreciate
any pointers on this issue. BTW, the live database has the objects invisible
to the users, and they use forms to view/edit/add data, and run reports. So,
I don't have to worry about the users seeing all the temporary queries etc.
Also, space is not an issue as yet. The database is about 7MB, and I started
with 5 MB about a year ago. If there are other facts that I did not mention
re: database, which would be helpful in your answer, please ask me.
Thanks for your thoughts.
-Amit