Today I was going through a user question in one of the blog and it was related to ‘Max user connections to SQL Server’
If you run ‘ Select @@MAX_CONNECTIONS ‘ you will get result 32767.
This can be changed using sp_configure ‘user connections’ option.