Will Excel VBA Azure SQL ADODB.connection using SQLOLEDB continue to work post Oct 1, 2025

Gordon Alexander 20 Reputation points
2025-09-24T17:10:44.5833333+00:00

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?

SQL Server Integration Services
0 comments No comments
{count} votes

Answer accepted by question author
  1. Erland Sommarskog 127.4K Reputation points MVP Volunteer Moderator
    2025-09-24T21:18:41.2466667+00:00

    I would expect so. MFA does not relate to SQL authentication.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.