I'm using SQL server 2016
I have a server named abc , in that server i have 3 databases A1 , A2 , A3
i want dynamically connect to all these databases in SSIS and run a particular query in each database ( table name in the query is same all over the 3 databases) how can i achieve that