Home Forums SQL Server 2008 SQL Server 2008 - General What is the best way to access a sql server in another country using the public ip address? RE: What is the best way to access a sql server in another country using the public ip address?

  • Telnet "servername" "portname"

    where portname is the TCP port on which sql server is listening on ( you can get this information from the error log)

    if Telnet does not work you will get an error, if it works you will get a blank screen.