Manage instances in another machine
Another problem that I have is that I have to turn off the
WindowsFirewall in the other machine. What exceptions are needed? I have tried by adding the specific TCP used by the instance.Another problem that I have is that I have to turn off the
WindowsFirewall in the other machine. What exceptions are needed? I have tried by adding the specific TCP used by the instance.HTH, Jens K. Suessmeyer.
Jens is right, you have to enable SQL Server remote access from the console of the server. Here's a couple relevant pages explaining how to enable remote access to SQL Server:
http://support.microsoft.com/default.aspx?scid=kb%3bEN-US%3b914277
Once you have remote access enabled, you can manage your server using SQL Server Management Studio from other machines.
Hope this helps,
Steve
Hi Steven,
I'm following this MS article: http://msdn2.microsoft.com/en-US/library/ms190622.aspx
I can connect to the SQL Server Configuration Manager of the remote computer thru Computer Management. I can enable and disable protocols under both SQL Server 2005 Network Configuration and SQL Native Client Configuration. However, SQL Server 2005 Services will only show "There are no items to show in this view". It does not make sense to me since I can control the services thru Services but not thru SQL Server 2005 Services under SQL Server Configuration Manager.
I have disabled Windows Firewall and SQL Browser service is running.
Peter