Enable remote connections for SQL Server Express 2012

前端 未结 17 1104
栀梦
栀梦 2020-11-22 03:33

I just installed SQL Server Express 2012 on my home server. I\'m trying to connect to it from Visual Studio 2012 from my desktop PC, and repeatedly getting the well-known e

17条回答
  •  不知归路
    2020-11-22 04:18

    You can use this to solve this issue:

    Go to START > EXECUTE, and run CLICONFG.EXE.

    The Named Pipes protocol will be first in the list.Demote it, and promote TCP/IP.

    Test the application thoroughly.

    I hope this help.

提交回复
热议问题