我得到了这个错误:
A connection was successfully established with the server, but then an error occurred
during the login process. (provider: Shared Memory Provider, error: 0 - No process is
on the other end of the pipe.)
(Microsoft SQL Server, Error: 233)我知道,这个网站上也有类似的问题,答案是,启用/IP和管道。但我同时启用了这两个功能,但仍然不起作用:

我使用的是Microsoft SQL Server 2012,用户具有完全权限。
发布于 2018-06-18 19:47:36
确保您已在Security-> Logins中指定了用户,如果没有,请添加该用户,然后重试。
https://stackoverflow.com/questions/27267658
复制相似问题