Skip to content

Commit c7bce81

Browse files
20221208 1001
1 parent 981c5d1 commit c7bce81

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

articles/synapse-analytics/known-issues.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ titleSuffix: Azure Synapse Analytics
44
description: Learn about the currently known issues with Azure Synapse Analytics, and their possible workarounds or resolutions.
55
author: charithdilshan
66
ms.author: ccaldera
7-
ms.date: 12/06/2022
7+
ms.date: 12/08/2022
88
ms.service: synapse-analytics
99
ms.subservice: overview
1010
ms.topic: conceptual
11+
ms.reviewer: wiassaf
1112
---
1213

1314
# Azure Synapse Analytics known issues
@@ -21,7 +22,7 @@ To learn more about Azure Synapse Analytics, see the [Overview](index.yml), and
2122

2223
|Issue |Date discovered |Status |Synapse Component|
2324
|---------|---------|---------|---------|
24-
|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-cosmos-db-analytical-store)|June 2022|Has Workaround|Azure Synapse Serverless SQL pool|
25+
|[Query failures from Serverless SQL to Cosmos DB analytical store](#query-failures-from-serverless-sql-pool-to-azure-cosmos-db-analytical-store)|June 2022|Has Workaround|Azure Synapse Serverless SQL pool|
2526
|[Query failures while reading Cosmos Data using OPENROWSET](#query-failures-while-reading-cosmos-data-using-openrowset)|September 2022|Has Workaround|Azure Synapse Serverless SQL Pool|
2627
|[Queries failing with Data Exfiltration Error](#queries-failing-with-data-exfiltration-error)|October 2022|Has Workaround|Azure Synapse Dedicated SQL Pool|
2728
|[Blob storage linked service with User Assigned Managed Identity (UAMI) is not getting listed](#blob-storage-linked-service-with-user-assigned-managed-identity-uami-is-not-getting-listed)|October 2022|Has Workaround|Azure Synapse Workspace|

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article contains information that can help you troubleshoot pr
44
author: azaricstefan
55
ms.author: stefanazaric
66
ms.reviewer: sngun, wiassaf
7-
ms.date: 12/06/2022
7+
ms.date: 12/08/2022
88
ms.service: synapse-analytics
99
ms.subservice: sql
1010
ms.topic: overview
@@ -1079,7 +1079,7 @@ Some general system constraints might affect your workload:
10791079

10801080
Serverless SQL pools have limitations, and you can't create more than 20 databases per workspace. If you need to separate objects and isolate them, use schemas.
10811081

1082-
If you get the error "CREATE DATABASE failed. User database limit has been already reached," you've created the maximum number of databases that are supported in one workspace.
1082+
If you get the error `CREATE DATABASE failed. User database limit has been already reached` you've created the maximum number of databases that are supported in one workspace.
10831083

10841084
You don't need to use separate databases to isolate data for different tenants. All data is stored externally on a data lake and Azure Cosmos DB. The metadata like table, views, and function definitions can be successfully isolated by using schemas. Schema-based isolation is also used in Spark where databases and schemas are the same concepts.
10851085

@@ -1088,5 +1088,5 @@ You don't need to use separate databases to isolate data for different tenants.
10881088
- [Best practices for serverless SQL pool in Azure Synapse Analytics](best-practices-serverless-sql-pool.md)
10891089
- [Azure Synapse Analytics frequently asked questions](../overview-faq.yml)
10901090
- [Store query results to storage using serverless SQL pool in Azure Synapse Analytics](create-external-table-as-select.md)
1091-
- [Synapse Studio troubleshooting](troubleshoot/troubleshoot-synapse-studio.md)
1091+
- [Synapse Studio troubleshooting](../troubleshoot/troubleshoot-synapse-studio.md)
10921092
- [Troubleshoot a slow query on a dedicated SQL Pool](/troubleshoot/azure/synapse-analytics/dedicated-sql/troubleshoot-dsql-perf-slow-query)

0 commit comments

Comments
 (0)