HowTo: Enable and Start SQL Browser Service
In Sql Express 2005 installation, SQL Browser service is disabled by default.
To enable and start the sql browser service using cli (command line interface), use the following commands.
sc config sqlbrowser start= auto
net start sqlbrowser
