Skip to content

Commit 6b8c721

Browse files
committed
docs: add inprogress msg to sql server
1 parent e2c7f06 commit 6b8c721

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/user/content/sql/create-source/sql-server.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ ingestion progress and debugging related issues, see [Troubleshooting](/ops/trou
123123

124124
## Known limitations
125125

126-
##### Schema changes
126+
### Schema changes
127+
128+
{{< include-md file="shared-content/schema-changes-in-progress.md" >}}
127129

128130
{{% schema-changes %}}
129131

130-
##### Supported types
132+
### Supported types
131133

132134
Materialize natively supports the following SQL Server types:
133135

@@ -176,7 +178,7 @@ Columns with the specified types need to be excluded because [SQL Server does no
176178
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)
177179
value when said column is updated.
178180

179-
#### Timestamp Rounding
181+
### Timestamp Rounding
180182

181183
The `time`, `datetime2`, and `datetimeoffset` types in SQL Server have a default
182184
scale of 7 decimal places, or in other words a accuracy of 100 nanoseconds. But
@@ -201,10 +203,10 @@ SELECT * FROM my_timestamps;
201203

202204
## Examples
203205

204-
{{< warning >}}
206+
{{< important >}}
205207
Before creating a SQL Server source, you must enable Change Data Capture and
206208
`SNAPSHOT` transaction isolation in the upstream database.
207-
{{< /warning >}}
209+
{{</ important >}}
208210

209211
### Creating a connection
210212

@@ -305,6 +307,8 @@ CREATE SOURCE mz_source
305307

306308
### Handling errors and schema changes
307309

310+
{{< include-md file="shared-content/schema-changes-in-progress.md" >}}
311+
308312
To handle upstream [schema changes](#schema-changes) or errored subsources, use
309313
the [`DROP SOURCE`](/sql/alter-source/#context) syntax to drop the affected
310314
subsource, and then [`ALTER SOURCE...ADD SUBSOURCE`](/sql/alter-source/) to add

0 commit comments

Comments
 (0)