when I tried to configure the sql server DB connector with with Action (execute custom query ) there is a setback which is the custom query supports one operation at a time so I had to use 2 DB connectors one for the insert statement and another one to select the number of affected rows for example.
what If I have a use case where want to execute a group of operations like a transaction, or If I want to read a group of sql statements from a file storage and then execute them on the DB.
which component/ task can I use ? or how can that be done ?