Allow remote machine access SQL Server

lockevn
1 min readFeb 16, 2017

--

Common pitfall is cannot allow other machine access DB on my local SQL Server.

In .NET world, we used to use namepipe in connection string to the database. We have to allow namepipe in SQL Server Configuration Manager:

  • Enable the Namepipe and TCP/IP protocol
  • Restart the SQL Server service to take effect

--

--

lockevn
lockevn

Written by lockevn

Developer, Sportman. Write code with joy, bake app with heart. Opinions are my own. If you feel I save your time, go http://BuyMeACoff.ee/Lockevn

No responses yet