Skip to content Skip to sidebar Skip to footer

Can I Connect To A Sql Server That Is External To My Network?

I'm not sure if this is possible. My office Pc sits on the corporate network and to access anything outside this network I have to provide my username and password to get though th

Solution 1:

You can create an http tunnel between the server and the computer from which you want to access the SQL server. Use HTTPtunnel GNU package for the organization HTTP tunnel. Here an example of a HTTP tunnel to connect to the MySQL server. To connect to SQL server you must specify the appropriate port.

Solution 2:

try to use TeamViewer. 1. Installed on the server TeamViewer ... during the installation process specify a fixed password for remote access. remember or write ID (9 digits) 2. on your work computer install teamviewer. connect to remote server ID and password.

Post a Comment for "Can I Connect To A Sql Server That Is External To My Network?"