+ Reply to Thread
Results 1 to 13 of 13

Help Required in Connecting SQL Server 2005 Over Internet

  1. #1
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Help Required in Connecting SQL Server 2005 Over Internet

    I have a SQL server 2005 which is working internally within the LAN network, now my task is to make this query process to be done anywhere (Instead of LAN) because some of them may be on tour so I need to make it available to everyone so that those who are using the VB.Net form they will get connected with the SQL server.

    The below are the connection strings which is working fine internally (within the LAN)

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Anyone please add your valuable suggestion about how to make this SQL server available for online?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  2. #2
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Have you configured your firewall to open the correct ports? They'll be closed by default. Your SQL instance will need to be on a publicly addressable server, so needs to be accessible from the Internet, it'll need an external IP address etc.

    Have you already done all this, or are you asking how to do it?
    Last edited by Kyle123; 02-06-2016 at 04:11 AM.

  3. #3
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    And please provide your password



  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Hi Kyle,

    Thanks a lot for your reply.

    In fact whatever you have described is not in my control. Those things are networking part and I have to tell them how to configure it since they are not aware of it.

    Have you already done all this, or are you asking how to do it?
    Will be much more helpful if you guide me how to do it. Because I will pass those info to the Tech Team for configuration.

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Quote Originally Posted by snb View Post
    And please provide your password
    Ah!!! Am I given all the info?

    Because it is an internal (LAN) system reference and I am surprised how you can connect to it

  6. #6
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    I can't tell you exactly how to do that, there are a few things to consider regarding security and network architecture. It is really up to your network / it team to do this, have a look here https://technet.microsoft.com/en-us/...=sql.105).aspx

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Hi Kyle,

    Thanks for the link.

    I read it before several times but unable to make it work.

    Previously I asked the tech guy to release 1433 port in open he said that he released 65000 ports in open I don't know what else I can do.

    Whether I can use this online service to check whether the Port is open or not?

    http://ping.eu/port-chk/

  8. #8
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Is the firewall forwarding all traffic on those ports to the server?

  9. #9
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Quote Originally Posted by Kyle123 View Post
    Is the firewall forwarding all traffic on those ports to the server?
    Sorry I am not aware of that stuff and all since Tech Persons wont give any rights to check those kind of things.

    I got this connection string from this link

    Please Login or Register  to view this content.
    I am just worried how this will redirect the Main IP to my LAN system SQL server (AGW064)?

    Is the above connection string is enough in publishing the SQL server over internet?

  10. #10
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    It does not matter what connection string you have if the server firewall is not setup to accept the connect as Kyle states. You need to ask the Tech guys to add a rule within the server firewall to allow the connect to SQL.
    Be fore warned, I regularly post drunk. So don't take offence (too much) to what I say.
    I am the real 'Napster'
    The Grid. A digital frontier. I tried to picture clusters of information as they moved through the computer. What did they look like? Ships? motorcycles? Were the circuits like freeways? I kept dreaming of a world I thought I'd never see. And then, one day...

    If you receive help please give thanks. Click the * in the bottom left hand corner.

    snb's VBA Help Files

  11. #11
    Forum Expert JapanDave's Avatar
    Join Date
    06-10-2008
    Location
    The grid, I got in!
    MS-Off Ver
    Excel 2010/13
    Posts
    1,696

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Quote Originally Posted by :) Sixthsense :) View Post
    Hi Kyle,

    Thanks for the link.

    I read it before several times but unable to make it work.

    Previously I asked the tech guy to release 1433 port in open he said that he released 65000 ports in open I don't know what else I can do.

    Whether I can use this online service to check whether the Port is open or not?

    http://ping.eu/port-chk/
    You can assign those ports to SQL Server so that it uses them if needs be. BTW

  12. #12
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Thanks for all your suggestions, finally I found a step by step Video Tutorial which helped me to connect my SQL server over online

    https://www.youtube.com/watch?v=VOUDdUJ5BLY

  13. #13
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Help Required in Connecting SQL Server 2005 Over Internet

    Use Virtual Private Network ( VPN )
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Excel 2007 : Error connecting to SQL Server 2005
    By louisy in forum Excel General
    Replies: 0
    Last Post: 02-18-2011, 06:42 AM
  2. Replies: 1
    Last Post: 11-12-2010, 05:57 AM
  3. Intermittent Errors Connecting Excel 2007 to SQL Server 2005
    By tommill in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-15-2009, 05:03 AM
  4. Replies: 1
    Last Post: 04-26-2007, 10:36 PM
  5. Replies: 1
    Last Post: 04-26-2007, 10:24 PM
  6. Replies: 0
    Last Post: 12-08-2005, 12:15 PM
  7. Replies: 0
    Last Post: 11-19-2005, 08:10 PM
  8. Replies: 1
    Last Post: 07-16-2005, 08:05 AM

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1