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: docs/tools/synapse-pathway/azure-synapse-pathway-overview.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Azure Synapse Pathway is a tool to migrate a data warehouse to Azur
4
4
author: anshul82-ms
5
5
ms.author: anrampal
6
6
ms.topic: overview
7
-
ms.date: 09/22/2021
7
+
ms.date: 02/10/2022
8
8
ms.prod: sql
9
9
ms.technology: tools-other
10
10
monikerRange: "=azure-sqldw-latest"
@@ -23,10 +23,13 @@ To translate this critical SQL code, customers have to either manually rewrite e
23
23
24
24
> [!IMPORTANT]
25
25
> Azure Synapse Pathway is currently in active development. Certain features might not be supported or might have constrained capabilities.
26
-
27
26
> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
28
27
29
-
**Azure Synapse Pathway** helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse. It's a free, intuitive, and easy to use tool that automates the code translation enabling a quicker migration to Azure Synapse Analytics.
28
+
**Azure Synapse Pathway** helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse. It's a free, intuitive, and easy to use tool that automates the code translation enabling a quicker migration to Azure Synapse Analytics. The Azure Synapse Pathway provides:
29
+
30
+
- Automated data warehouse migration
31
+
- Significant reduced migration costs
32
+
- Accelerated migration time from months to minutes
description: Frequently asked question for Azure Synapse Pathway
5
+
author: charlesfeddersen
6
+
ms.prod: sql
7
+
ms.topic: faq
8
+
ms.date: 02/10/2022
9
+
ms.author: charlesf
10
+
ms.technology: tools-other
11
+
monikerRange: "=azure-sqldw-latest"
12
+
ms.reviewer:
13
+
14
+
title: Azure Synapse Pathway FAQ
15
+
summary: In this guide, you'll find the most frequently asked questions on Azure Synapse Pathway.
16
+
17
+
sections:
18
+
- name: General
19
+
questions:
20
+
- question: |
21
+
What is Azure Synapse Pathway?
22
+
answer: |
23
+
Azure Synapse Pathway is code translation tool that helps you upgrade to a modern data warehouse platform by automating the code translation of your existing data warehouse to make it compliant with T-SQL based Azure Synapse SQL.
24
+
- question: |
25
+
How can I download Azure Synapse Pathway?
26
+
answer: |
27
+
Synapse Pathway is available to download from the [Microsoft Download Center](https://aka.ms/synapse-pathway-download).
28
+
- question: |
29
+
How much does Azure Synapse Pathway cost?
30
+
answer: |
31
+
There is no cost associated with downloading and running your code translations using Synapse Pathway.
32
+
- question: |
33
+
What source/target pairs does Azure Synapse Pathway currently support?
34
+
answer: |
35
+
As of version 0.5 of Synapse Pathway, the following data warehouses are included as sources:
36
+
- IBM Netezza
37
+
- Microsoft SQL Server
38
+
- Snowflake
39
+
- question: |
40
+
What is included as part of the code conversion?
41
+
answer: |
42
+
Synapse Pathway version supports code translation of databases, schemas, tables, and views.
Can it also scan my environment and provide an assessment report of all the objects that need to be converted/translated?
55
+
answer: |
56
+
In this version of Synapse Pathway, you will have to provide the link to the DDL/DML scripts that needs to be translated. Synapse Pathway will not scan your current environment to identify the objects that need to be translated.
57
+
- question: |
58
+
What information does Azure Synapse Pathway capture about my current data warehouse instance?
59
+
answer: |
60
+
Since you can run Synapse Pathway in your local environment, there is no data captured except your name and organization, which is required when you download the MSI from the Microsoft download center.
61
+
- question: |
62
+
Where can I raise issues encountered in Azure Synapse Pathway?
63
+
answer: |
64
+
Support for Synapse Pathway is available through the Microsoft support channel. You can raise the ticket either in the Azure portal or standard (typically on-prem support) portals.
65
+
- question: |
66
+
What is not included as part of the code conversion?
67
+
answer: |
68
+
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.
0 commit comments