Connect to SQL Server 2008 with TCP/IP

前端 未结 8 2032
眼角桃花
眼角桃花 2020-12-05 16:16

I get the following error when I try to connect with TCP/IP from SQL Server Management Studio. I need a step by step description to solve my problem. What\'s wrong here?

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-05 16:38

    Have a look at www.connectionstrings.com. Error message looks like you're using named pipes and not tcp/ip. Don't forget you must enable TCP/IP on server machines for SQL Server explicitly.

提交回复
热议问题