I set up an external BAQ that can query an external database.
Is it possible to set up the external BAQ or connection settings so that it can query two databases on the same external server? Right now, my external BAQ can only see the one database specified as the “Initial Catalog” in the External Datasources app.
I found an easy workaround. I just needed to create views of the tables I need from the second external database inside of the first external database.
What about the aspect of making a linked server in Server A to Server B. Then you can query external server A and reference linked server B such as linkedserverB.Dbasename.tablename in from clause of ext BAQ?