You can access the Azure SQL Database and SQL Server from Apache Spark within Azure Synapse Analytics. The Apache Spark connector allows these databases to act as input data sources and output data sinks for Apache Spark jobs.
You can use real-time transactional data in big data analytics and persist results for ad-hoc queries or reporting. Compared to the built-in JDBC connector, this connector provides the ability to bulk insert data into SQL databases, resulting in significantly faster performance (10x to 20x faster).
Additionally, the Spark connector for SQL Server and Azure SQL Database supports Microsoft Entra authentication, enabling secure connections to your Azure SQL databases from Azure Synapse Analytics.