Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Today I have taken a windows dedicated server:

Specs:
Intel Core-i5 2500 3.30 GHz, 16GB Memory and windows 2008 R2 installed.

I have installed MS SQL 2005 express edition and restored my database to that server.

In my web application, normal select queries are working fine. However, complicated select queries, insert queries, update queries, views and Stored procedures are working very very slow. Most of the time I get timeouts.

I have same db on my previous server.

Specs:
Intel XEON E5520 2 GHz 2GB Memory. windows 2003 server

Same database, same queries, same views, same procedures. They are working absolutely fine and fast in my web applications.

Why is the same db so slow on my new server?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.