📄️ SQL server walkthrough
You can integrate data from a SQL Server database (on-prem or managed service) into a cloud target using Data Integration.
📄️ SQL server change tracking
Change Tracking captures the fact that rows in a table have changed, but does not capture the data that was changed or the number of times a row has been changed. This enables applications to determine which rows have been changed and when the change occurred.
🗃️ SQL Server CDC
3 items
📄️ SQL server datatype mapping
While extracting your data, you must match SQL Server data types to Data Integration data types. If a data type is not supported, the system automatically maps it as a String type.