Benchmark/simulate parallell execution of a sql query

  • Hi

    I have a web site running a database query against a sql 2005 DB. The query is fast when executing in query analyzer, but for some reason it doesnt scal when multiple users are running the same query from the external web. I strongly suspect that the SQL server is in some way a bottleneck...but I need to find a way to "stress test" my query in some way. I want to find a way to, internally inside SQL Server, simulate this one sql query running in several parallell instances...

    From this test, I would like to see/verify IF this parallell execution makes each individual query to go slower...

    Please advice how to proceed to find the bottleneck. Joins and indexes etc..have been analyzed and verified by a lot of "sql people"...

    Help mostly appreciated

    br

    Helmut

  • Please do not cross-post.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply