SQL Server connection over the WAN

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default SQL Server connection over the WAN

    Hi All

    We have a search page for one of our applications which connects to a SQL
    Server database in SYDNEY. The IIS server on which the ASP page resides is
    based in LONDON.

    The performance of the search page is not great. It does work but takes
    about 25 secs to display the results.

    Can anyone offer some advice on how to enhance the performance of the ASP
    application where the database is being accessed over the WAN?

    Would it help if we move the application to the IIS server based in Sydney?



    J P Singh Guest

  2. Similar Questions and Discussions

    1. sql server connection
      Connection verification failed for data source: Northwind_SQL java.sql.SQLException: Login failed for user '(null)'. Reason: Not associated with a...
    2. Connection to MS-SQL server
      Hi We have a website built in ASP and SQL. I am trying to set up Contribute to allow management of the site, this works fine on the HTML sites,...
    3. SQL Server Connection Using ASP.NET
      I am trying to convert my ASP pages to ASP.NET, and have created an ASP.NET connection string for my ASP.NET page. When I test the connection, the...
    4. Terminal Server connection to 2003 Server
      Hi, I am running 2 x Terminal Servers with WinNT 4 with MF 1.8. They are both authenticating on a 2003 Server, and pulling policy & profiles...
    5. Permanent connection between a LINUX server and a UNIX AIX server
      Hello, I created, for a customer LAMBDA, a Intranet site with PHP and MySQL technology. This site is on a LINUX server. I wish to connect this...
  3. #2

    Default Re: SQL Server connection over the WAN


    "J P Singh" <noemail@asIhatespam> wrote in message
    news:ugn5ua3rDHA.732@TK2MSFTNGP09.phx.gbl...
    > Hi All
    >
    > We have a search page for one of our applications which connects to a SQL
    > Server database in SYDNEY. The IIS server on which the ASP page resides is
    > based in LONDON.
    >
    > The performance of the search page is not great. It does work but takes
    > about 25 secs to display the results.
    >
    > Can anyone offer some advice on how to enhance the performance of the ASP
    > application where the database is being accessed over the WAN?
    Setup a SQL Server in London and replicate the data from Sydney.
    >
    > Would it help if we move the application to the IIS server based in
    Sydney?

    I would have to say yes! Is there a test server in Sydney that you can
    install IIS on and test it?

    You could always lease some OC lines for your WAN if you have a few extra
    million dollars to spend every month.

    Ray at work


    Ray at Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139