The same database and application acts weirdly on our test machine, but it works nice on other computers.
On the test machine:
- We get SSL error exception. We fixed that based on an MS KB article, but after that it said
- “
Server error
” or “General network error
” and slowed down to 1-2 stored procedures/second.
- The profiler said that we have 2000-2500 connections when the application runs. The same application has only 5-10 connection on other machines. I think the random error messages are caused by this huge connection count.
We reinstalled SQL Server, turned off the connection pool, and closed all datareaders.
What else can I do? Is there a “deeper” configuration tool for MSSQL2k? Any hidden component/ini/config/registry key? Or another profiler other than SQL Profiler that I can use?