通常情况下,要解决这个,你去SQL Server配置管理器(SSCM)和:
【1】在SSCM中设置
【1.1】确保共享内存协议启用
【1.2】确保命名管道协议
【1.3】确保TCP / IP被启用,和S超前的命名管道中的设置
【2】数据库设置,开启win+SQL mode
properties
;security
标签;SQL Server and Windows Authentication mode
provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.
原文:https://www.cnblogs.com/gered/p/11577198.html