SQL Server 2012 がインストールされており、net-transport タイプを名前付きパイプから tcp プロトコルに更新する必要があります。SQL サーバー構成マネージャーでこれを行い、サービスを再起動します。それでも、走ると
select connectionproperty('net_transport') as net_transport,
connectionproperty('protocol_type') as pt,
connectionproperty('auth_scheme') as sh,
connectionproperty('local_net_address') as lna,
connectionproperty('local_tcp_port') as tcport,
connectionproperty('client_net_address') as cna
from sys.dm_exec_connections
名前付きパイプとして net_transport タイプを提供します。