2
I have 2 servers (a physical and a local VM) in which one of them has SQL Server 2008 R2 Enterprise Edition (physical) installed and the other (local VM) I have SQL Server 2008 Express Edition.
After facing problems with remote connection in the Express version, I found out that I should enable and run the service "SQL Server Browser" in addition to other firewall settings, TCP/IP.
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, but the Express version I need to let it run. Would anyone know why this occurs?