Overview
Microsoft SQL Server is a robust relational database management system that enables secure and efficient data management. Datazone provides native integration with SQL Server to read data directly from your databases.Connection Parameters
Required Permissions
The SQL Server user account needs the following permissions:SELECT- For reading data from tables and viewsVIEW DEFINITION- For accessing object metadataVIEW DATABASE STATE- For viewing database state informationCONNECT- For connecting to the database
Limitations
Be aware of the following limitations when working with SQL Server sources:- Some SQL Server-specific data types may be converted to standard formats
- CLR data types are not supported
- Individual query size and timeout limits apply
- Connection pooling settings may affect performance
Next Steps
After configuring your SQL Server source:- Create extracts to specify which tables to ingest
- Configure scheduling for recurring extracts
- Integrate the source into your data pipelines