yunqingmoswu commented on code in PR #406:
URL: 
https://github.com/apache/incubator-inlong-website/pull/406#discussion_r896305901


##########
docs/data_node/extract_node/sqlserver-cdc.md:
##########
@@ -1,4 +1,336 @@
 ---
 title: SqlServer-CDC
 sidebar_position: 11
----
\ No newline at end of file
+---
+## SqlServer Extract Node

Review Comment:
   SqlServer -> SQLServer



##########
docs/data_node/extract_node/sqlserver-cdc.md:
##########
@@ -1,4 +1,336 @@
 ---
 title: SqlServer-CDC

Review Comment:
   SqlServer-CDC -> SQLServer-CDC



##########
docs/data_node/extract_node/sqlserver-cdc.md:
##########
@@ -1,4 +1,336 @@
 ---
 title: SqlServer-CDC
 sidebar_position: 11
----
\ No newline at end of file
+---
+## SqlServer Extract Node
+
+The SqlServer extract node reads data and incremental data from the SqlServer 
database. The following will describe how to set up the SqlServer extraction 
node.
+
+## Supported Version
+
+| Extract Node                | Version                                        
                                                                                
                                                                                
                                                                                
                                                                                
                        |
+|-----------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| [sqlserver-cdc](./sqlserver-cdc.md) | 
[SqlServer](https://docs.microsoft.com/en-us/sql/database-engine/install-windows/install-sql-server?view=sql-server-ver16):
 2014、2016、2017、2019、2022 |      |
+
+## Dependencies
+
+Introduce related SQLServer cdc connector dependencies through maven.
+
+### Maven dependency
+
+```
+<dependency>
+    <groupId>org.apache.inlong</groupId>
+    <artifactId>sort-connector-sqlserver-cdc</artifactId>
+    <!-- Choose the version that suits your application -->
+    <version>inlong_version</version>
+</dependency>
+```
+## Setup SqlServer CDC
+
+SqlServer CDC needs to open related libraries and tables, the steps are as 
follows:
+
+1.Enable the CDC function for the database.

Review Comment:
   `1.` -> `-`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to