Hi Everyone,
I am building a database that will be accessing a large dataset when it is produced at the end of the month. This dataset is required to enable us track performance on a weekly basis until the next large dataset is produced and the previous one archived.
I do not want the database I am building (working database) to permanently store this large dataset due to space constraints and also due to the fact that it will also have its own other large tables and backend database. So I have created a separate database to only hold the data.
I want to create a link to this datastore only when my working database is loaded so that it only temporarily uses resources when the database is active.
Does anyone know code that can help me create this link when the database is opened up and then closed when the database is closed.
I hope this is a bit clear?
KISS - Keep It Simple Sugar!
I am building a database that will be accessing a large dataset when it is produced at the end of the month. This dataset is required to enable us track performance on a weekly basis until the next large dataset is produced and the previous one archived.
I do not want the database I am building (working database) to permanently store this large dataset due to space constraints and also due to the fact that it will also have its own other large tables and backend database. So I have created a separate database to only hold the data.
I want to create a link to this datastore only when my working database is loaded so that it only temporarily uses resources when the database is active.
Does anyone know code that can help me create this link when the database is opened up and then closed when the database is closed.
I hope this is a bit clear?
KISS - Keep It Simple Sugar!