Multi sourcing in freeform SQL report It is not possible to multisource a Free Form SQL report.If you notice when you create FF SQL report one of the first things is to select the specific data source. This kind of makes sense because it would be difficult to write SQL that would process on two different DBMS. Options to overcome this issue: (1) Create FF SQL report against one Datasource and configure Data mart to another. Then all data is in one system. (2) Create a DB_LINK between the two sources. The SQL can access tables from both. If you want more security on this method you can create views on specific linked tables and limit access for MicroStrategy DB Connection user to the views.Sample Syntax for SQL Server Link to Oracle.First set up ODBC to Oracle instance. And run the following script with your settings.
Microstrategy Business Intelligence knowledge sharing platform