Hi all
Having been thrown in the deep end and told to organise a SQL server service to run databases previously held in Access, I am having some problems with appending a table for one month to the next.
We currently run a monthly dump of data from a proprietory third source into Access. We then use Crystal to report against this database (my actual job!!). At present transactional history is kept in one table, and each month a new Transaction table is created. To get month Vs month data we presently run a crystal to look at the seperate databases.
SQL was thought of as a solution, where I could house the reformed access databases via DTS in the SQL environment. The problem of course, is that I would prefer to be able to 'combine' the transaction (and other) tables to have a larger table containing 1+ months worth of data.
I have tried to use DTS for this, without a lot of success. I am aware that we use a unique field called TranNumber which is reset each month. Therefore if I am combining the two, DTS may have an issue with this fact.
Can anyone at least let me know if I am on the right track - or completely off course. Of course, the next thing is that any indexing inherent in Access are lost using DTS...but maybe that is another post.
Cheers
Gez
Having been thrown in the deep end and told to organise a SQL server service to run databases previously held in Access, I am having some problems with appending a table for one month to the next.
We currently run a monthly dump of data from a proprietory third source into Access. We then use Crystal to report against this database (my actual job!!). At present transactional history is kept in one table, and each month a new Transaction table is created. To get month Vs month data we presently run a crystal to look at the seperate databases.
SQL was thought of as a solution, where I could house the reformed access databases via DTS in the SQL environment. The problem of course, is that I would prefer to be able to 'combine' the transaction (and other) tables to have a larger table containing 1+ months worth of data.
I have tried to use DTS for this, without a lot of success. I am aware that we use a unique field called TranNumber which is reset each month. Therefore if I am combining the two, DTS may have an issue with this fact.
Can anyone at least let me know if I am on the right track - or completely off course. Of course, the next thing is that any indexing inherent in Access are lost using DTS...but maybe that is another post.
Cheers
Gez