Hi there,
Can anybody help me
I installed Server Management Studio Express and it works great on my local server but when trying to connect to a server i have on the lan it gives me a connect error.
I use the correct format i.e. machine_name\SQLEXPRESS
I have also enabled Protocols, via, tcpip, and named pipes... and restarted sql server express on the server.
I do have a standard Windows 2003 firewall installed maybe I have to open a port.. Can anyone advise
Thanks in advance
Ian

Server Man Studio Express Connect error on server but works locally . help??
Namialus Dauf
Yes, you will need to add an Exception to your firewall to allow SQL Express to communicate through. You may also need to create an Exception for SQL Browser if you have that enabled. Just add the programs to the Exception list. Be sure to add the correct SQL executable to the list, each instance of SQL Express has a separate executable; you need to create an exception for each instance you want to be accessed remotely. Browser is a shared component, so you only need a single Exception for that.
Regards,
Mike
Salva