Home > Forum > User Voice > UDA: Get data from inline SQL data source

UDA: Get data from inline SQL data source
1

MVP

Hi,

it would really if we could create inline "data sources" for the running mode `Get data from data source` if the source is a SQL database. Reasons:

- It would be similar to data tables, where you can write your own SQL, so the user experience will be similar
- We don't bloat the SQL data sources, if this source is only used in a single case.
- While SQL server does a great job on improving queries, there will be times, where the `predicate push down` which moves the filters from the outer to the inner SQL query will fail. Therefore, this will create a higher load on the server than necessary.
https://daniels-notes.de/posts/2026/user-defined-api-part-2-get-data-from-data-sources#sql-server-predicate-pushdown



Best regards,
Daniel

Nobody has replied in this thread yet.