MySQL Forums
Forum List  »  Quality Assurance

Re: SQL running slow
Posted by: jimi martin52
Date: January 30, 2012 02:10AM

Queries or updates that take longer than expected to execute can be caused by a variety of reasons. Slow-running queries can be caused by performance problems related to your network or the computer where SQL Server is running. Slow-running queries can also be caused by problems with your physical database design.

There are a number of common reasons for slow-running queries and updates:

Slow network communication.

Inadequate memory in the server computer, or not enough memory available for SQL Server.

Lack of useful statistics

Lack of useful indexes.

Lack of useful indexed views.

Lack of useful data striping.

Lack of useful partitioning.



http://www.bestwebsol.com/

Options: ReplyQuote


Subject
Views
Written By
Posted
2579
December 06, 2011 10:19PM
1119
January 16, 2012 07:31PM
Re: SQL running slow
1676
January 30, 2012 02:10AM
1763
January 29, 2012 08:11PM
1132
February 13, 2012 03:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.