Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 issue with performance tunning

Author  Topic 

sqllearner
Aged Yak Warrior

639 Posts

Posted - 2004-10-22 : 15:25:00
Iam trying to get into the performance tunning .please help me how to check a query whether its the best one and how can use the execution plan for the performance tunning.IF I have a while loop how can I optimize the code.Certain isssue that are common.it will be great if someone can give me some tips and help me....

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2004-10-22 : 15:27:17
If you use a WHILE LOOP, well then there goes performance. Same thing with dynamic SQL. You can use SQL Profiler to determine what are your worst performing queries. Then check out the index tuning wizard on those queries to see if SQL Server has any recommendations. Then check out the execution plans for these queries. If you want, just post your worst performing queries and we'd be glad to help you out.

Tara
Go to Top of Page
   

- Advertisement -