I do not work with SQL databases, however I do work with Applications, many of which is talking to a SQL server. I have encountered this problem and was hoping to get a better understanding of why this is happening.
The problem is when I try to save my work, the response seems to get lost in transit and can take up to 30 minutes before the save function completes. The save function is the only function that is giving me problems. The problem seems to go away when I remove my proxy from the equation.
So my question is, is the problem related to the SQL server or my Proxy? How come only the Save function is affected? Does it have anything to do with how the TCP/IP stack gets created when the SQL server sends a response back to my PC? Thanks in advance for the insight.
The problem is when I try to save my work, the response seems to get lost in transit and can take up to 30 minutes before the save function completes. The save function is the only function that is giving me problems. The problem seems to go away when I remove my proxy from the equation.
So my question is, is the problem related to the SQL server or my Proxy? How come only the Save function is affected? Does it have anything to do with how the TCP/IP stack gets created when the SQL server sends a response back to my PC? Thanks in advance for the insight.