Forum Discussion
Fix a Mess - Datasets, Dataflows, Lots of Duplication
- 4 years ago
Xaraja Dataflows simply allow you to reuse queries across multiple datasets, no memory benefit. To future proof, just make sure to use query parameters for your source and database names and to create a single query that is referenced by all other queries. This reference query would use the query parameters and would be set to disable "Enable load" and all it would do is connect to the server, so just a single Source line and no other steps.
Xaraja Dataflows simply allow you to reuse queries across multiple datasets, no memory benefit. To future proof, just make sure to use query parameters for your source and database names and to create a single query that is referenced by all other queries. This reference query would use the query parameters and would be set to disable "Enable load" and all it would do is connect to the server, so just a single Source line and no other steps.