Run the following SQL to see the maximum number of connections allowed.
SELECT @@MAX_CONNECTIONS AS 'Max Connections';