3 Answers
- Newest
- Most votes
- Most comments
3
I dont believe there is a limit on the connections. Mainly
- the Size of the Database
- Number of Cores
- Memory
1
Hello,
The maximum number of simultaneous database connections varies by the DB engine type and the memory allocation for the DB instance class. SQL server allows the maximum of 32767 user connections.
References:
0
Hi
Thanx for your replies.
Sivaraman I think for SqlServer it is Unlimited (i.e. 0) (by Default)
According to the Article you gave a link to... (CHAP_Limits.html#RDS_Limits.MaxConnections) SQL Server Maximum number of concurrent connections 0–32767 0 (unlimited) Maximum number of concurrent connections
Regards garevaul
answered 2 years ago
Relevant content
- asked 4 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
