I have currently using Transaction replication in my production database and replicating the same database for internal purpose.
Due to GDPR compliance, we are going to encrypt our database customer information columns using Always Encryption.
I have found some articles says Always encryption doesn't support Transactional replication.
Are any other alternative solutions available for this? like a better option for transaction replication
Please suggest any other replication method to move the encrypted tables to another server.
Note: We have currently replicating nearly 350+ tables, so using manual jobs or queries is difficult to implement.
SQL Server Version: 2016