Questions on Views
Questions on Views
(OP)
Hi,
I was wondering if it's possible to create a view joining two databases residing on the different servers. If it is, can anyone outline the steps.
Thanks a lot.
I was wondering if it's possible to create a view joining two databases residing on the different servers. If it is, can anyone outline the steps.
Thanks a lot.
RE: Questions on Views
What you want to do may eventually be solved if you make a new database indexing critical information about the documents in the two other databases. That "index db" can eventually be replicated across servers.
Obviously, that means that you have to maintain the index documents up to date, which is a rather code-heavy requirement.