Intermittent ODBC connection failures

前端 未结 2 1412
醉话见心
醉话见心 2020-11-28 16:36

We are developing an in-house 32bit app. The app connects to a SQL Server. The test environment is SQL Server 2008 R2, and the live environment is SQL Server 2014 SP2.

2条回答
  •  执笔经年
    2020-11-28 17:25

    Thanks to Birel for pointing me in the right direction. The answer was that on the new 2014 server, the 'SQL Server Browser Service' was not running. I set it to automatic startup, and started it. That resolved the issue.

提交回复
热议问题