Hi all,
I have two db,
one db "latestdb" which have latest six months records
second db "backupdb" which have oldest records of "latestdb" and this records deleted from "latestdb"
I have a query which should return records from both db. Query will return new records from "latestdb" and old records from "backupdb".
Is it possible to do ,if yes then how?
Please help me.
Thank you.