Are named pipes and TCP/IP disabled by default, when SQL Server Express 2008 is installed? I am trying to figure out if these two protocols being disabled was an act of installation or subsequent configuration. Thank you.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
default install of SQL server express only allow local connections with no network enabled. So tcp/ip is disabled by default, and you have to enable it manually. Named pipes should be enabled by default though. |
|||
|
|