Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Resources

Author  Topic 

pap
Starting Member

13 Posts

Posted - 2004-03-09 : 03:02:52
Hello,

Can you please help me with this:

The server where the SQL Server is installed is getting without resources because the SQL is consuming all the resources of the machine. I heard that there is something in the SQL Server where we can limit the range (resources) of action of the SQL, this way the server wont be stacked. How can I do this ?

Thank you
Paulo

franco
Constraint Violating Yak Guru

255 Posts

Posted - 2004-03-09 : 04:51:38
I think you are speaking about memory.
From BOL:
Microsoft SQL Server 2K dynamically acquires and frees memory as needed. It is typically not necessary for an administrator to specify how much memory should be allocated to SQL Server, although the option still exists and is required in some environments.
To set a fixed amount of memory:
Expand a server group.
Right-click a server, and then click Properties.
Click the Memory tab.
Click Use a fixed memory size (MB), and then position the fixed memory slider.
HTH



Franco
Go to Top of Page

pap
Starting Member

13 Posts

Posted - 2004-03-09 : 05:02:19
First of all thank you for your help.

Can you tell me if this will increase the communications ??? Because when the computer is stacked, all the clients can't reach the server.

Once again, thank you for your help
Go to Top of Page

franco
Constraint Violating Yak Guru

255 Posts

Posted - 2004-03-09 : 05:08:15
Yes, the purpose is to NOT let SQL Server eat all the memory of your Server.
There are many other parameters you can monitor in order to achieve maximum performance.
For this maybe you can read something interesting here:

http://www.sql-server-performance.com/performance_monitor_tips.asp
http://www.sql-server-performance.com/performance_monitor_counters_memory.asp
http://www.sql-server-performance.com/performance_monitor_counters_network.asp
http://www.sql-server-performance.com/performance_monitor_counters_sql_server.asp
HTH

Franco
Go to Top of Page

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2004-03-09 : 08:49:25
You need to monitor your memory. There are also several other things to consider though.

What version of Windows/SQL Server are you using, and what service packs do you have on?

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -