Hi,
Is it possible to use union tables with source tables from different databases?
I tried it in schema modeler, and it let’s me create union table and save schema.
I then loaded schema in relativity server and table is shown in schema, but DA SQL Browser doesn’t see union table. All other tables in schema are visible, and I can query them from DA SQL Browser.
I’m I dong something wrong here or DA SQL Browser doesn’t work with union tables.
Provided that union table from tables in different databases is possible, would it be possible to save new/modified records, where each field would be updated in corresponding source table? (of course each table keys will be part of union table).
We are about to start redesign of large legacy system and database (600+ tables, almost 50 different applications sharing common database), and until everything is replaced with new databases and applications, we need old one to keep working in parallel.
If something like that is not possible, would it be possible to have updates to table from one database to trigger updates in another database - basically, we will break-up old database into several smaller and completely redesign it, but until everything is finished old database will have to be fully operational, so we will need to write all data changes simultaneously into new and old database. Idea here is that new database will have proper structure, and then whatever new record is inserted/updated, it gets into old database with existing structure.
I know that something like that can be achieved with sql server replication, but it will get quite complex to setup and maintain until all projects are migrated, so I would prefer to use DataAbstract server and to have data written simultaneously into both old and new database.
Thanks
Dragan