We have two node SQL 2014 AlwaysOn - primary (active) and secondary(passive) and we need to setup the SSIS packages.
Should we setup the packages on both nodes?
What happens if the DBs failed over (or entire server fails)? Do the SSIS packages know how to failover as well to the secondary?
What about the deployment? How do we deploy if we have a lot of SSIS packages to update? Do we need to update on both?
I also saw some place about creating the master key, etc. so will it create any issue if we already have the TDE encryption enabled for other DBs?