question

rsivaprasad avatar image
rsivaprasad asked

How to form a connection string for 'Active Directory - Universal with MFA Support' authentication mode in SSIS 2016?

Typically, a connection string to a database in SSIS which uses windows authentication would look like:

Data Source=0.0.0.0;Initial Catalog=databasename;Provider=SQLNCLI11.1;Integrated Security=SSPI;

my project uses Azure SQL Server to load data using SSIS and we use 'Active Directory - Universal with MFA Support' authentication mode, how do we give a connection string?

Project SSIS packages use OLE DB Connection managers which will use only Windows and SQL Server authentication.

sql-serverssis error
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.