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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql memory setting-server properties

Status
Not open for further replies.

nirmalsp

MIS
Jan 17, 2002
25
LK
hi

i am having a server performance problem , i have been recomended to setup the memory settings in sql server properties.

is there a standard ?
what is recomended for most severs

need help
 
SQL Server 7 and higher dynamically handle memory. Adjusting the memory settings is not recommended. If needed, you can do this by setting the Min and Max Memory server options.

In reality, too little memory will adversely impact performance but most performance problems are caused by:

1) Poor query design
2) Lack of proper indexes on tables
3) Poor database design

If all those issues are taken care of and performance is still bad, you should analyze whether the performance problems are related to the SQL configuration, lack of memory, lack of disk space, poor i/o performance, processor usage, etc.

See for more information about performance tunning. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top