Best practice mssql node

when you put a node like this (in a subflow) each instance of the subflow will create a separate connection to the database. If this is azure, you can easily hit connection limits.

You are better off using link-call as pointed out by @omrid

example: Can Node Mssql running in many flow? - #5 by bakman2