This is a discussion on SQL Server Network Utility - where is it? within the SQL Server forums, part of the Microsoft SQL Server category; --> Hello, I have SQL Server 2000 Developer Edition. Where is SQL Server Network Utility? In Start menu SQL server ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, I have SQL Server 2000 Developer Edition. Where is SQL Server Network Utility? In Start menu SQL server group I have only Client Network Utility :| Is it a command line tool or sth? How to install it? tnx -- STEFAN |
| |||
| The Server Network Utility is only installed with the server component. The location should be something like: C:\Program Files\Microsoft SQL Server\80\Tools\Binn\svrnetcn.exe -- David Portas SQL Server MVP -- |
| ||||
| Thanks a lot!!! This helped me a lot, here I explain why: First of all I asked this question because I tried to cennect to MSSQL using PHP and I had problems with the connection. On the net I read about enabling protocols that an instance will use, and in order to do that I needed Server Network Utility. Since I installed SQL Server 2000 dev edition over previous instances of MSDE, the instalation program did'nt install Server Network Utility. Well to be exact: it actullay did install but didn't put it in the START Menu group, instead it put the Client Network Utility, which is of course to configure clients not servers. Well I started the Server Network Utility manually and enabled TCP/IP and now everything is working fine!! That's why, again: Thanks a lot!! greets from Poland -- STEFAN |