Hi Experts,
There are two tables in SQL Server 2014 for one machine, but both of them are in different database(such as ECP_LCL and ECP_ODS).
After I configure the two ODBC and import the related tables into physical payer,then make inner join these tables.
However, it will generate the separate SQL in Analyticd.So my question is as below:
1. Why it will has the separate SQL by system automatically?
I think it is the different database.If it is yes, so I want to know how to design the RPD to combine these code,because the program need be execueted index and improved performance.
2. Because it the two segment SQL, and do not see the relationship for two tables, so I am not sure whether they will be executed through index.
