Results 1 to 8 of 8

Thread: How to connect to other M$ SQL Server over internet??(Help me)

  1. #1
    Join Date
    Oct 2005
    Posts
    3

    Lightbulb How to connect to other M$ SQL Server over internet??(Help me)

    My English is not good.

    I want to connect to other computer that installed M$ SQL Server2K over INTERNET. could you help me, plz.

    I have used DNS (DOMAIN NAME SYSTEM) to forward to my computer( that connect to INTERNET) and my friend computer is the same. (because we have not static IP).

    Thanks


  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    If you can ping remote sql server from your box, you can connect to it as long as port used by sql is open on the network.

  3. #3
    Join Date
    Oct 2005
    Posts
    3
    TO RMIAO:

    How to ping remote sql server??
    Could you show the details, plz.

    I have connect by ENTERPRISE MANAGER but not success.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    You can ping remote server in dos prompt with ping command, like:

    ping remote_server_name

    or

    ping remote_server_ip

  5. #5
    Join Date
    Oct 2005
    Posts
    3
    Oh. I have ping[ed].
    Ex: solar0402.no-ip.info --> IP: xxx.xxx.xxx but it's remote computer's ip.

    I went to ENTERPRISE MANAGER:

    1-NEW SQL SERVER REGISTRATION...
    2-NEXT. (not checked: From now on, I want to perform.....)
    NEXT
    3-Left combobox name: AVAILABLE SERVER: xxx.xxx.xxx.xxx(IP that I have got when ping SOLAR.NO-IP.INFO)
    Right combobox name:Added Server: xxx.xxx.xxx
    NEXT
    4-In REGISTER SQL SERVER WIZARD:
    Checked: The SQL Server login information....
    NEXT
    5-Used account/password: sa/sa
    NEXT
    6-NEXT
    7-FINISH
    8-Waiting for amoment.
    Status ERROR:
    SOLAR.NO-IP.INFO-SQL Server does not exists or access denied connectionOpen(Connect())

    P.S: In LAN(LOCAL AREA NETWORK) I have successed.

  6. #6
    Join Date
    Sep 2002
    Posts
    5,938
    Then you have to ensure tcp port used by sql is open on related network, check it with your isp.

  7. #7
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Check with your ISP the following
    a. the TCP/IP port they use on their SQL Server compuyter
    b. there is not firewall settings that blocks that port.

    Check whether the remote computer is connected to a router that has the list of port blocked includes the SQL Server port.

  8. #8
    Join Date
    Dec 2005
    Posts
    2

    try hamachi :)

    http://www.hamachi.cc/
    ..with Hamachi you can organize two or more computers with an Internet connection into their own virtual network for direct secure communication.
    Last edited by dawain; 12-03-2005 at 06:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •