Hi folks, this is my first post in this great forum!
I have a 'performance problem' in this DBMS, and I'm almost crazy! Anyone can help me, please?
Scenario:
The environment was changed, we switch from W2K to W2K3 and the database was working normally until the changes. There are some VB3 applications that access the database by Terminal Services in a LAN and by UDP (dbclient.exe -x tcpip{HOST=mysite.com;PORT=12000}) through the internet and two sites published in a intranet (IIS) that access the database.
Problem:
After the change, the access to the database became too slow. Some requisitions work normally, but others stay connected to the server for a long time.
Occurencies:
The dbclient.exe is initialized on the client machine (TS or UDP) and are connected to the server. It work normally for a moment and after some requisition the connection start to work (DB_PREPARE_EXEC) and remain to work for a long time and don`t stop. And this interfere on the other connections, that get so slow and the apps stop to execute and the intranet get too slow.
What I made:
- Return the database to the old server (W2K)
- Review the network connections
- I made a dbvalidate
- and other things.
Someone can help me, please?
Thanks,
M. Santos