Azure Synapse Analytics

Pedro The Admin 0 Reputation points
2024-06-01T16:55:42.2033333+00:00

Hi,

I have a question. Can I access the Database on SQL Database pane from apache sp

User's image

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Gulnaz Mushtaq 410 Reputation points MVP
    2024-06-01T17:58:45.57+00:00

    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.

    0 comments No comments

Your answer

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