MS SQL Installation
Just a note to self, that when installing the developer edition of MS SQL, TCP is not enabled, by default, so you cannot connect to the instance via the port, 1433, until you open Sql Server Configuration Manager
, find SQL Server Network Configuration
and enable TCP/IP
. You can now connect.