Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/user/content/ingest-data/sql-server/self-hosted.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ scenarios, we recommend separating your workloads into multiple clusters for
{{< note >}}
For a new SQL Server source, if none of the replicating tables
are receiving write queries, snapshotting may take up to an additional 5 minutes
to complete. For details, see [Snapshot latency for inactive
databases](#considerations).
to complete. For details, see [snapshot latency for inactive databases](#snapshot-latency-for-inactive-databases)
{{</ note >}}

Now that you've configured your database network, you can connect Materialize to
Expand Down
2 changes: 0 additions & 2 deletions doc/user/content/sql/create-source/sql-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ menu:
weight: 20
---

{{< private-preview />}}

{{% create-source/intro %}}
Materialize supports SQL Server (2016+) as a real-time data source. To connect to a
SQL Server database, you first need to tweak its configuration to enable [Change Data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
USER 'materialize',
PASSWORD SECRET sqlserver_pass,
DATABASE <database>,
SSL MODE 'require'
SSL MODE 'required'
);
```

Expand Down