July 22, 2008 at 12:17 am
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
July 22, 2008 at 12:21 pm
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.
July 22, 2008 at 12:34 pm
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
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply