SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I use Excel VBA to connect to Azure SQL using userid and password via ADODB connection "Provider=SQLOLEDB;Password=MyPwd;User ID=MyUser; Data Source=Mysqldbserver.database.windows.net,1433; "Use Encryption for Data=True; Initial Cataalog=MydB" Will such connections continue to work post 01-Oct-2025 with MFA?
I would expect so. MFA does not relate to SQL authentication.