Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a Job that needs to read 12 different tables from the same MSSQL database.
Is it better to use 1 tMSSqlConnection and set all 12 tMSSqlInput to "Use Existing Connection"? Or is it better to keep the database parameters local to each tMSSqlInput?
Thank you in advance!