Overview
Use Microsoft SQL Server (MSSQL) as a destination in Mage to export data from your pipelines into relational tables for analytics, reporting, or operational workloads. Mage supports both on-premise SQL Server deployments and cloud-hosted options like Azure SQL Database.Configuration Parameters
You must provide the following credentials to configure the MSSQL destination:Optional Parameters
SSH tunneling is a Mage Pro only feature.
Notes
- Mage uses the SQLAlchemy MSSQL dialect to connect and write data into Microsoft SQL Server.
- Ensure the user has
INSERTandCREATE TABLEpermissions if writing to new tables. - Azure-hosted SQL Servers may require SSL or Azure AD authentication depending on your network configuration.
- Make sure any required firewall rules or virtual network settings are properly configured for external access.