April 4, 2008 at 1:15 am
Hi,
while working the query is taking long time to execute(longrun query)?
what are the immediate steps to take to slove the performance issues?
thank you
koteswarrao
April 4, 2008 at 1:58 am
See if there's blocking which is causieng the query to run slower than usual
Have a look at the query itself, see if it can be optimised.
Run it with exec plan, statistics IO and statistics time on, and look for high cost operators and high read tables.
Consider changing indexeng to reduce reads and eliminate table scans and index scans.
If there's a specific query that you're working with, post it here and we can help you work through it.
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 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply