Trying to get some SQL practice and I'm running into a problem connecting to my 2014 SQL Server from a Windows 8.1 laptop. I've installed SQL Server Management Studio and am able to connect to one of my two databases. SERVER\ADK works fine, but SERVER\LADD_DB fails to connect over either Named Pipes or TCP/IP.
I did some investigating in Mgmt Studio on the server itself (I can connect into LADD_DB just fine on the local machine) and discovered, via the Facets option, that TCP/IP is enabled but Named Pipes are not. Great to know, but I'm not sure how to change that. Also, despite TCP/IP showing as Enabled, I cannot connect via SSMS even when I specify TCP/IP as a connection protocol.
I've attached screenshots of the Facets pane for the server, error message for TCP/IP, and error message for Named Pipes.
Can someone offer a bit of guidance...