up vote 0 down vote favorite
share [g+] share [fb]

I've a soft in C# connected it whith sql server 2008. There are some reports created by crystal report. When I execute my soft in windows XP and sql server is installed at the same windows it runs very fast it takes up to 3 seconds to select and fill report. But when I execute it in windows 2003 and sql server is installed in the same windows (I mean win 2003) it takes up to 40 seconds to execute the query and 2 second to fill the report. I unintalled and installed sql server 2008 twice but the same problem :(.

Why it is so slow ???????????????

Thnx

link|improve this question
4  
why haven't you posted enough information to answer your problem??????????????? – Mitch Wheat Sep 22 '09 at 7:18
feedback

1 Answer

I'm presuming that the windows 2003 server is a better machine then your windows xp computer. How are you installing the database to the server? I'm guessing you are missing the indexes on server side.

If not, maybe you could post the sql statement that is executed.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown