Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

question

Status
Not open for further replies.

leafs

Technical User
Apr 25, 2003
3
CA
Hi,

I am working with a slow database, how can I do to speed it up?

Thank you very much.

JW
 
Adding indexes, and using stored procedures to retrieve, or manipulate queries may help. :)
 
Mkuan has given some good pointers though brief. Most SQL Server performance problems are related to databse and application design. See the following page for a number of SQL Performance related links.

Terry L. Broadbent - DBA
Computing Links:
faq183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
 
By the way, it can really help if you use an appropriate subject for your post. Some people might ignore a post of 'Question' because it doesn't give any idea of what it's about. A better subject/title would have been 'Slow database' or 'Need help with a slow database'.

Also, why not join Tek-Tips? It's free and you can get email notices when someone responds to your post.

Just a suggestion.
-SQLBill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top