I connect to a Sql Server 2005 database via C# and .NET. I just received the following error message:
Connection Failure Error: (RMS) Exceeded total concurrent user count of 25
I have never seen this type of an error before. My guess would be that I have a connection issue with SQL Server. Is this a Sql server error message? If so, how do I up the limit?
Thanks
ps. This may not be a SQL Server error as I connect to a legacy system using a tool called Connx. I am checking that out as well.