Load test database (sql server)

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

  1. #1

    Default Load test database (sql server)

    Hi,

    does anybody know of any tools (preferably free) that i could use to test my
    asp code accessing an sql server database under load.

    what i mean is, if I have a page that accesses a database, i would like to
    stimulate 100,200,300 ect connections to that page at the same time.

    The point of this is to see if there are going to be any locking/blocking
    issues with the db and asp code.

    I would also like to test MSDE in a similar environment (yeah, iknow it has
    a five connection limt, but i'm not sure how connection pooling and the
    length of time connections are open for will affect this.)

    I have heard there is a tool to do this in vs.net but i have yet to come
    across it.

    any help is appreciated.

    cheers

    martin.


    martin Guest

  2. Similar Questions and Discussions

    1. Load Test Help Needed
      Does anyone know of any software currently on the market that can successfully load (performance) test a Flash Communication Server?
    2. Pulling part of test out of a field in a database?
      I have a MySQL Database that has a description field, desribing the unit. At the end of that description it has a location. For instance. ...
    3. Load Test - Calling ASP.NET Web Service from VB6 using MS SOAP Tool Kit
      Hi, need urgent help from the expert here. i'm in-charge of a company project which will required me to integrate customer's system using the SOAP...
    4. Webservice Load Test
      Hi, i have created asp.net webservice which is hosting in the server with 512 MB RAM, single 2.4 Ghz XEON processor with 2 MB SDSL internet line....
    5. The server response was: 550 5.7.1 <test@test.com>... we do not relay
      Your web server is set (as it should be) to not send email from domains it doesn't belong to. That's the "we don not relay" part of the message. ...
  3. #2

    Default Re: Load test database (sql server)

    [url]http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutio[/url]
    ns/intranet/downloads/webstres.asp

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA
    Author: ADO.NET and XML: ASP.NET on the Edge

    ************************************************** **************************
    ****
    Think outside the box!
    ************************************************** **************************
    ****
    "martin" <martindevroom@hotmail.com> wrote in message
    news:u0MUVgpSDHA.2276@TK2MSFTNGP10.phx.gbl...
    > Hi,
    >
    > does anybody know of any tools (preferably free) that i could use to test
    my
    > asp code accessing an sql server database under load.
    >
    > what i mean is, if I have a page that accesses a database, i would like to
    > stimulate 100,200,300 ect connections to that page at the same time.
    >
    > The point of this is to see if there are going to be any locking/blocking
    > issues with the db and asp code.
    >
    > I would also like to test MSDE in a similar environment (yeah, iknow it
    has
    > a five connection limt, but i'm not sure how connection pooling and the
    > length of time connections are open for will affect this.)
    >
    > I have heard there is a tool to do this in vs.net but i have yet to come
    > across it.
    >
    > any help is appreciated.
    >
    > cheers
    >
    > martin.
    >
    >

    Cowboy \(Gregory A. Beamer\) 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