# Azure SQL Database

## Integration Details

Daasity connects to Azure SQL databases via an ODBC connector.  Some key notes on the Daasity method for data replication:

* A user will be needed that has read permissions in the Azure SQL database.  This user will access via ODBC and execute the data replication
* Data replication is performed by running SQL queries against the Azure SQL database
* The DDL is read at time of initial setup and sets the definitions for all the tables.  If tables are added, deleted or modified please contact [Daasity Support](mailto:support@daasity.com)
* Once connected, your Azure SQL datasource will appear in the **Data Sources** section at the bottom of the Integrations page. From there, you can create and manage individual **Table Replicators** to sync specific tables into Daasity.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.daasity.com/core-concepts/data-integrations/custom-data-inputs/azure-sql-database.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
