docs/integrations/sources/mssql-migrations.md
Source MSSQL provides incremental sync that can read unlimited sized tables and can resume if the initial read has failed. Upgrading from previous versions will be seamless and does not require any intervention.
This change remapped date, datetime, datetime2, datetimeoffset, smalldatetime, and time data type to their correct Airbyte types. Customers whose streams have columns with the affected datatype must refresh their schema and reset their data. See chart below for the mapping change.
| Mssql type | Current Airbyte Type | New Airbyte Type |
|---|---|---|
| date | string | date |
| datetime | string | timestamp |
| datetime2 | string | timestamp |
| datetimeoffset | string | timestamp with tz |
| smalldatetime | string | timestamp |
| time | string | time |
For current source-mssql users:
If resetting your stream data is an issue, please reach out to Airbyte Cloud support for assistance.
CDC syncs now has default cursor field called _ab_cdc_cursor. You will need to force normalization to rebuild your destination tables by manually dropping the SCD tables, refreshing the connection schema (skipping the reset), and running a sync. Alternatively, you can just run a reset.