Thread: Query too slow
View Single Post

   
  #5 (permalink)  
Old 02-29-2008, 03:00 AM
Erland Sommarskog
 
Posts: n/a
Default Re: Query too slow

Eugenio (Ciao@Eugenio.it) writes:
> I did that, but it's changed nothing.
> Can you give me others suggestion about this.


No. Not without more information. Please post the following:

o CREATE TABLE and CREATE INDEX statements for the involved tables.
o The output when you run the procedures with SHOW STATISTICS PROFILE ON
on *both* servers. Since the output of the query plan is very wide,
please but this output in an attachment. (In a text file.)


--
Erland Sommarskog, SQL Server MVP, sommar@algonet.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinf...2000/books.asp
Reply With Quote