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
Copy file name to clipboardExpand all lines: source/installation/install-on-an-unattended-server/windows-server-installation/windows-external-access.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Enable External Access to Relational Migrator on Windows
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
-
Enable external access to Relational Migrator on Windows. By enabling external
16
-
access, incoming connections are allowed on the same port as Relational Migrator.
15
+
To allow incoming connections on the same port as Relational Migrator,
16
+
enable external access with Windows Defender Firewall.
Copy file name to clipboardExpand all lines: source/jobs/prerequisites/sql-server.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ job configurations.
99
99
To enable CDC at the table level
100
100
use the ``sys.sp_cdc_enable_table`` stored procedure.
101
101
102
-
You can check the SQL Server CDC settings by examining the ``is_tracked_by_cdc``
102
+
You can check the SQL Server CDC settings when viewing the ``is_tracked_by_cdc``
103
103
column in the `sys.tables catalog view <https://learn.microsoft.com/en-us/sql/relational-databases/system-catalog-views/sys-tables-transact-sql?view=sql-server-ver16>`__.
104
104
A value of ``1`` for ``is_tracked_by_cdc`` indicates the table
0 commit comments