How we can increase performance in SQL Server 2000 instead of using indexing

  • hi all

    pls help me soon

    How we can increase performance in SQL Server 2000 instead of using indexing

    EX.

    1. i have an spwith 4 tbls and done INDEXING it toos 2 sec

    2. without indexing it tooks 4 seconds.

    so is there any way to increase performance instead of INDEX

    thx

    hari

  • Why don't you want to add an index?

    The answer to your question is: depends. It depends on your query.

    There are many ways to increase performance of a query (subtree-cost, logical reads) without using an index.

    Post your query here and some might able to suggest possible modifications to improve performance.

  • Fix the code's a popular option.

    Post the code please, the table structures and the index definitions. Talking about performance in the abstract isn't very useful.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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