HestonJames
Programmer
Good afternoon All,
I'm hoping this'll be a possible task, if not a little tricky.
On the back end of our application we have two databases, one contains general data on users, customers, products ect and the other contains a large amount of statistical data for reporting and suchlike.
Now, the problem here lies in as much that we want to start cross referencing the databases, so I want to start logging report data which is in reference to a user or customer.
To be able to do this properly I think we need to merge the two databases into one unified database, is that right?
At present the two databases have no identicaly named properties or objects, they are completely different.
Is is possible to merge these to databases together? so that all the tables sit in one location? I can then contruct new columns and FK references ready for the new customer related reporting.
Is this possible? is it a simple task?
Long way around I could always reconstruct the tables from one database in the other and migrate the data accross, I thought I would come and get your experience on the job at hand.
Thanks all,
Heston
I'm hoping this'll be a possible task, if not a little tricky.
On the back end of our application we have two databases, one contains general data on users, customers, products ect and the other contains a large amount of statistical data for reporting and suchlike.
Now, the problem here lies in as much that we want to start cross referencing the databases, so I want to start logging report data which is in reference to a user or customer.
To be able to do this properly I think we need to merge the two databases into one unified database, is that right?
At present the two databases have no identicaly named properties or objects, they are completely different.
Is is possible to merge these to databases together? so that all the tables sit in one location? I can then contruct new columns and FK references ready for the new customer related reporting.
Is this possible? is it a simple task?
Long way around I could always reconstruct the tables from one database in the other and migrate the data accross, I thought I would come and get your experience on the job at hand.
Thanks all,
Heston