We're currently trying to convert our ISAM files to a database solution using SQL server. We've been able to succesfully connect and use SQL during our system test phase, with fewer than five users. But in the production test environment we encountered severe performance issues, as soon as at least fifteen users were using our application simultaneously.
Has anyone had similar experiences? Could there be something missing, which needs to be configured a certain way (ODBC driver, cobol code produced by Net Express, SQL Server, etc)? What about server-specific things we need to consider?
Our setup is:
Apache server, 32-bit
Net Express 5.1
Windows 2008, 64-bit
SQL Server 2008
ODBC-driver Native Client 11.0, 32-bit
Thanks for your help,
Raffi

