Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Time and resources problem
Message
From
19/01/2000 17:56:28
 
 
To
19/01/2000 11:45:02
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00319950
Message ID:
00320214
Views:
15
Enrique,

Hey, how are you? How's everyone else?

I was reading the query and I thought the column names looked familiar - then I saw the company.

>> it's taking too much time and consuming a lot of resources. If you have any any suggestion I'll really appreciate it.

This is a rough query (did I write this one?). It's doing a self-join for every row in the outer table. You might be able to unroll the nested query using the UPDATE..FROM form.

Does the showplan from the QA show anything out of the ordinary? What happens if you pull cw_clevel from the commwork_Indx1 index?

You might also get better performance by placing the indexes on a seperate physical drive. This would allow NT to use Async IO.

There's a whitepaper of performance tuning on Microsoft's website. You should check it out. Also, buy Delaney's Inside SQL Server 7.0.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform