SQL Server ->> 使用Azure Active Directory Authentication连接到Azure SQL Database

时间:2022-11-29 16:32:36

SQL Server 2016以后支持Azure AD集成验证,这当中有些数据驱动必须在高版本才可以使用,支持的包括sqlcmd,SSDT,JDBC,ODBC,SSMS等。

对于SSIS来讲,我们需要新建一个ADO.NET的数据连接,把Authentication改成ActiveDirectoryIntegrated,把Integrated Security改成false。

SQL Server ->> 使用Azure Active Directory Authentication连接到Azure SQL Database