I have 2 servers (one physical and one local VM) in which one of them has SQL Server 2008 R2 Enterprise Edition (physical) installed and the other one (local VM) I have SQL Server 2008 Express Edition.
After facing problems with the remote connection in the Express version, I discovered that I should enable and run the "SQL Server Browser" service in addition to the other TCP / IP firewall settings.
My question is this: To remotely access the server with the Enterprise version I do not need to be running the SQL Server navigation service, since the Express version I need to leave it running. Would anyone know why this occurs?