run this in query analyzer...
xp_cmdshell 'Ping -a 127.0.0.1'
Main Topics
Browse All TopicsHow can I obtain the IP address for the SQL server installed on my network? How is the IP address defined for SQL Server? Was this part of the set up or do you have to assign after set up.
I need the IP address so I can connect from a remote host.
Thanks,
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
First of all Thanks Everyone for your comments! I have the name of my server and I can access the remote login web site through the browser but I can not connect to the SQL Server remotely. I can not ping the IP address remotely.
I am assuming that the SQL server IP address is the same as the Network IP address. When I try to connect to the SQL server remotely I get "Server does not exists or log in failed".
So here are my questions:
1. Are there some settings on the SQL server to configure remote access?
2. Is the Network server IP address the same as the SQL server? Can they be the same?
3. If so, do I need to specify the share with IP address. e.g., 99.99.999.99/SQLSHARENAME/
any help will be greatly appreciated...
1. Yes
2. Yes
3. Share names have nothing to do with SQL Server. Instance names maybe, share names no.
Not being able to ping the address could be caused by several things. you have the wrong address, there is a router or firewall that discards the ping, ip filtering is enabled on the server.
Have you tried to connect with the server name?
Is there a network person that can assist you?
Business Accounts
Answer for Membership
by: Terryute68Posted on 2005-09-01 at 18:11:55ID: 14806979
The IP address will be the IP Address of the Server the SQL Server was installed.
If you know the server name you might be able to ping the server from a command prompt.
Go to Start/Run and type "cmd" then click "OK".
type ping <servername> ( Where <servername> is the name of your SQL Server ).
then hit Enter.
If the Server is not local then you'll have to get the IP address from the network administrator or person in charge of the network.