Azure SQL Database
An Azure relational database service.
5,582 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Maximum concurrent connections Azure DB handle?
General Purpose (Both Provisioned/Serverless)?
Hyperscale(Both Provisioned/Serverless)?
The following statement shows you the maximum number of connections for the current tier.
SELECT @@MAX_CONNECTIONS AS 'Max Connections';
The limits for Azure SQL Database DTU-model can be found here. The Limits for vCore Model can be found here. You can find Serverless limit for session and connections here.