You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Materialize natively supports the following SQL Server types:
133
135
@@ -176,7 +178,7 @@ Columns with the specified types need to be excluded because [SQL Server does no
176
178
the "before"](https://learn.microsoft.com/en-us/sql/relational-databases/system-tables/cdc-capture-instance-ct-transact-sql?view=sql-server-2017#large-object-data-types)
177
179
value when said column is updated.
178
180
179
-
####Timestamp Rounding
181
+
### Timestamp Rounding
180
182
181
183
The `time`, `datetime2`, and `datetimeoffset` types in SQL Server have a default
182
184
scale of 7 decimal places, or in other words a accuracy of 100 nanoseconds. But
@@ -201,10 +203,10 @@ SELECT * FROM my_timestamps;
201
203
202
204
## Examples
203
205
204
-
{{< warning >}}
206
+
{{< important >}}
205
207
Before creating a SQL Server source, you must enable Change Data Capture and
206
208
`SNAPSHOT` transaction isolation in the upstream database.
0 commit comments