December 21, 2009 at 8:57 am
I have one query. It take 2~10 seconds Nomoral, but It's very slow sometimes, take 5~10 minutes. There are more than 10000 rows in the table.
It was fine when we run it on sql server8.0. We are using sql server9.0 right now.
Any one has idea to solve it?
Thanks.
December 21, 2009 at 9:03 am
See the links in my sig below on how to help us to help you...
December 21, 2009 at 9:11 am
Have you updated the statistics (with fullscan) since moving the database to SQL Server 2005?
December 21, 2009 at 9:24 am
Another guy installed new sql server. I don't know he did it or not.
December 21, 2009 at 9:24 am
Can you post the explain plan?
December 21, 2009 at 9:35 am
jane20030920 (12/21/2009)
Another guy installed new sql server. I don't know he did it or not.
Assume not and update them.
December 21, 2009 at 9:41 am
Please post table definitions, index definitions and execution plan, as per http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
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
December 21, 2009 at 1:59 pm
Are there any triggers on that table?
-MarkO
"You do not really understand something until you can explain it to your grandmother" - Albert Einstein
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply