Hello the issue started like month ago, when our administrators updated Windows servers to latest updates and our customer start having weird error messages in certain time window from 6am to 8am on client application. The message is saying:
ODBC-Error: 08502 TCP Provider: An existing connection was forcibly closed by the remote host (t-sql script)
The script in message is different in every error window and its always a SQL script to database. That scripts is just SELECTs of some data in database and its working fine in SSMS. After couple of error windows appears in and its closed by simple click on OK button in error window, the application usually works normal but in several cases it freezes and require a restart of application which causes a customer to be kinda mad because its repeating every day.
The customer application using 32bit ODBC driver SQL Server Native Client 11.0 with version 2011.110.7462.06 and at database server is SQL Server Native Client with version 2011.110.5643.03 .Can this difference between versions od ODBC drivers causing the issue ? From 6am to 8am is possible that bigger amount of users are connecting to application and querying the database
Im using SQL Server 2014 on Windows Server 2012 R2 Datacenter. Any suggestions please ?