Skip to content

Commit b27a691

Browse files
authored
providing clear description for db limit
1 parent e39afbf commit b27a691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ Some general system constraints might affect your workload:
11031103
| Property | Limitation |
11041104
|---|---|
11051105
| Maximum number of Azure Synapse workspaces per subscription | [See limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#azure-synapse-limits-for-workspaces). |
1106-
| Maximum number of databases per serverless pool | 100 (not including databases synchronized from Apache Spark pool). |
1106+
| Maximum number of databases per serverless pool | 100 (Not including databases synchronized from Apache Spark pool. 20 user-created databases and 80 databases synchronized from Apache Spark pool). |
11071107
| Maximum number of databases synchronized from Apache Spark pool | Not limited. |
11081108
| Maximum number of databases objects per database | The sum of the number of all objects in a database can't exceed 2,147,483,647. See [Limitations in SQL Server database engine](/sql/sql-server/maximum-capacity-specifications-for-sql-server#objects). |
11091109
| Maximum identifier length in characters | 128. See [Limitations in SQL Server database engine](/sql/sql-server/maximum-capacity-specifications-for-sql-server#objects).|
@@ -1114,7 +1114,7 @@ Some general system constraints might affect your workload:
11141114

11151115
### Can't create a database in serverless SQL pool
11161116

1117-
Serverless SQL pools have limitations, and you can't create more than 100 databases per workspace. If you need to separate objects and isolate them, use schemas.
1117+
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.
11181118

11191119
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.
11201120

0 commit comments

Comments
 (0)