Skip to content

Commit 2839da1

Browse files
20220210 1804
1 parent 8b487e3 commit 2839da1

1 file changed

Lines changed: 12 additions & 27 deletions

File tree

docs/tools/synapse-pathway/pathway-faq.yml

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,12 @@ sections:
4040
What is included as part of the code conversion?
4141
answer: |
4242
Synapse Pathway version supports code translation of databases, schemas, tables, and views.
43-
-
44-
Source Platform: IBM Netezza
45-
Statement Types Supported: Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table
46-
-
47-
Source Platform: Microsoft SQL Server
48-
Statement Types Supported: Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table <br /> Create/Alter/Drop View
49-
-
50-
Source Platform: Snowflake
51-
Statement Types Supported: Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Drop Table
43+
44+
| Source Platform | Statement Types Supported|
45+
| -- | -- |
46+
| IBM Netezza | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table |
47+
| Microsoft SQL Server | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Alter/Drop Table <br /> Create/Alter/Drop View|
48+
| Snowflake | Create/Alter/Drop Database<br /> Create/Alter/Drop Schema <br /> Create/Drop Table |
5249
5350
- question: |
5451
Can it also scan my environment and provide an assessment report of all the objects that need to be converted/translated?
@@ -66,24 +63,12 @@ sections:
6663
What is not included as part of the code conversion?
6764
answer: |
6865
The basic DDL, DML, stored procedures, and views are part of the code conversion. Migration of complex functions present in the source code are currently not supported.
69-
-
70-
Source Platform: Microsoft SQL Server
71-
DDL: Partial
72-
DML: Partial
73-
Stored Procedure: Partial
74-
Views: Yes
75-
-
76-
Source Platform: IBM Netezza
77-
DDL: Yes
78-
DML: Partial
79-
Stored Procedure: No
80-
Views: No
81-
-
82-
Source Platform: Snowflake
83-
DDL: Partial
84-
DML: No
85-
Stored Procedure: No
86-
Views: Partial
66+
67+
|Source Platform | DDL | DML | Stored Procedure | Views |
68+
|-------------------|:------------------|:-------------------|:------------------|:-------------------|
69+
|Microsoft SQL Server | Partial | Partial | Partial | Yes |
70+
|IBM Netezza | Yes | Partial | No | No |
71+
|Snowflake | Partial | No | No | Partial |
8772
- question: |
8873
Next steps
8974
answer: |

0 commit comments

Comments
 (0)