Intermediate tables may be created by the Strategy SQL Generation Engine against the warehouse to facilitate multi-pass SQL. For creation of intermediate tables, the VLDB setting 'Intermediate Table Type' has to be either 'Permanent Table' or 'True Temporary Table'. By default, these tables are created in the same location as warehouse tables. However, in Strategy SQL Generation Engine, there is an option to assign a prefix and route the intermediate tables that have been created as permanent tables to a different location.
For detailed information on how to route the tables to a different location in SQL Server databases consult the following article:
To set a prefix for the intermediate tables in the Structured Query Language (SQL) generated by the Strategy Engine, users must follow the steps outlined below:



NOTE:
The 'Table Prefix' VLDB setting can also be modified at the individual report level.