If i have database on a Remote Machine , How to check Or ping if the server is running or not ?
What i mean to ask is how can i check the IP and Port of it ??
Are there any commands to do this ?
If you want something you never had do something which you had never done
Jimmy Clark
Ranch Hand
Joined: Apr 16, 2008
Posts: 2187
posted
0
Read up on the ping command
RaviNada Kiran
Ranch Hand
Joined: Jan 30, 2009
Posts: 528
posted
0
I know that , atleast do you have idea on what should be the port to be pinged ?
As we need to give the Host (i know its IP of that Machine)
Can You please tell me about the port?? Is this the same port which would be given at the time of DataSource creation ??
There are default ports for most database systems, but that doesn't mean those ports are actually used. Especially Microsoft SQL Server, which defaults to a non-default port if you use a named instance; the default port is only default for the default instance.