A client has device that connects by USB to a Windows 10 Pro laptop. Software installed on the laptop gathers data from the device, and sends the data across the internet via VPN to an SQL database using an ODBC connection. Everything was working on Friday but failed on Monday morning. Later on Monday I learned that at the database host they had updated software on the server which hardened the connection at their end.
So I need to update the SQL Server Native Client 11.0 on Windows 10 Pro. I had done this several years ago on Windows 7, but heck if I can remember how. As I recall, the hard part was finding the right download file on the Microsoft website. (Death by a thousand paper cuts might be preferred.) Back then, someone pointed me to a Microsoft article with the correct download file and installation instructions. At that point it was easy.
My client’s laptop has SQL Server Native Client 11.0, 2011.110.2100.60, SQLNCLI11.DLL, 2/11/2012.
Network support at the database host says that SQL Server Native Client 11.0, 2011.110.7001.00, SQLNCLI11.DLL, 8/15/2017, works for them in their test environment. The article that they pointed me to is regarding SQL Server, but not the Client, so doesn’t seem right to me. Or is it?
https://www.microsoft.com/en-us/download/details.aspx?id=50402
Can anyone point me in the right direction to find the SQL Server Native Client that I need?