November 12, 2007 at 4:06 am
In my SQLSERVER2005 EXPRESS
I Detached all databases and attached with new set of databases from SQL2005 Developer edition from different server.
Now My important SP response time increased from 00:00:00(before detaching the old databases) to 00:00:08
How to improve query response time for SQLSERVER2005 EXPRESS
earlier it worked fine
Thanks
November 12, 2007 at 9:35 pm
What is different about the new databases you've attached?
Do the new databases have substantially more data than the previous databases?
Also check and see if your new databases have the same indexes as previous versions...
November 12, 2007 at 10:47 pm
Why does anyone think that SQL Server Express can handle the Enterprise quality/size of 2k5 databases? You've probably violated at least one size limit and Lord knows what else...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 13, 2007 at 5:59 am
Hi,
Try the following
1.) Update the statitics
2.) Create index based on the procedure
Regards..Vidhya Sagar
SQL-Articles
November 13, 2007 at 10:31 am
Comparing query performance from different server/SQL edition? It is supposed to compare based on the same server setting/configuration.
November 13, 2007 at 10:55 am
Vivien Xing (11/13/2007)
Comparing query performance from different server/SQL edition? It is supposed to compare based on the same server setting/configuration.
..only if your server has 1 processor, and 1GB RAM. Remember - that's all Express will use. It also won't go over 4GB on a DB.
----------------------------------------------------------------------------------
Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?
November 13, 2007 at 5:30 pm
Vivien Xing (11/13/2007)
Comparing query performance from different server/SQL edition? It is supposed to compare based on the same server setting/configuration.
Isn't that like saying two different size dump trucks with different size engines have the same capacity???
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply