Skip to content

Commit 49cfca0

Browse files
committed
update 2 FAQ
1 parent 3458ba8 commit 49cfca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/synapse-analytics/synapse-link/faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sections:
1818
- question: |
1919
Can I get Azure Synapse link for SQL in my existing Azure Synapse workspace?
2020
answer: |
21-
You can get Azure Synapse link for SQL when your Azure Synapse workspace is created after May 24th, 2022. The support for Synapse workspaces created before May 24th, 2022 will be coming soon.
21+
You can get Azure Synapse link for SQL when your Azure Synapse workspace is created after May 24th, 2022. The support for Synapse workspaces created before May 24th, 2022 will be coming soon. When you see the error code: SynapseLinkStorageResourceNotProvisioned, it indicates that you are using the Synapse workspaces created before May 24th, 2022.
2222
- question: |
2323
Can I use Azure Synapse Link for SQL to replicate data to Azure Synapse SQL serverless pool as the destination store?
2424
answer: |
@@ -56,6 +56,7 @@ sections:
5656
Should I choose “enable transaction consistency across tables”?
5757
answer: |
5858
When this option is enabled, a transaction spanning across multiple tables on the source database is always replicated to the destination database in a single transaction. This, however, will create overhead on the overall replication throughput. When the option is disabled, each table will replicate changes in its own transaction boundary to the destination in parallel connections, thus improving overall replication throughput.
59+
When you want to enable transaction consistency across tables, please also make sure the transaction isolation levels in your Synapse dedicated SQL pool is READ COMMITTED SNAPSHOT ISOLATION.
5960
- question: |
6061
How should I select the structure type of my destination table in the Synapse dedicated SQL pool?
6162
answer: |

0 commit comments

Comments
 (0)