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)
 Total n Avg. Memory of server????

Author  Topic 

under2811
Constraint Violating Yak Guru

366 Posts

Posted - 2006-02-14 : 13:21:34
Hello friends!!
I want to know how to determine exact value of total sql server memory and average memory used in MB by using QA...

please explain with jargon....

T.I.A

Papillon

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-02-14 : 13:31:16
You can get the SQL Server counters via Query Analyzer by using sysperfinfo table in master database. I prefer to use Performance Monitor though as I typically need other counters as well.

Tara Kizer
aka tduggan
Go to Top of Page

under2811
Constraint Violating Yak Guru

366 Posts

Posted - 2006-02-14 : 14:45:40
hi..

can u pls explain the jargon in Performance monitor

T.I.A
Shashank
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-02-14 : 14:56:52
What do you mean by jargon? Have you used Performance Monitor before? Do you know where it is located? I'd suggest purchasing a Windows Performance Tuning book if you plan on doing any server performance tuning as it can get quite complex.

This is a very good SQL Server performance site:
www.sql-server-performance.com

Tara Kizer
aka tduggan
Go to Top of Page
   

- Advertisement -