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)
 Running Values

Author  Topic 

svicky9
Posting Yak Master

232 Posts

Posted - 2006-05-26 : 14:20:33
Hi Guys

What does the Running values under the Sql Server properties indicate?

Is it configuring the Sql Server to run with the current set of values???

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-05-26 : 14:22:10
Running values means that those are the paramters that SQL Server is using. Current values will include any changes that you have made but have not taken effect since the service wasn't restarted yet. Both values will often be the same unless changes have been made without a restart.

Tara Kizer
aka tduggan
Go to Top of Page

svicky9
Posting Yak Master

232 Posts

Posted - 2006-05-26 : 15:21:04
Hi Tara

We have an Windows Server 2003 dedicated to the Sql Server 2000.I was checking the performance monitor of the Sql Server for the Memory.Every now and then we are experiencing the Page Faults on the performance monitor...What could be the problem.

Vic

Vic
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-05-26 : 15:22:27
That is normal. Page faults will happen. What values are you seeing?

Tara Kizer
aka tduggan
Go to Top of Page

svicky9
Posting Yak Master

232 Posts

Posted - 2006-05-26 : 15:28:37
oh ok...it occasionally touches the Top mark(100) and comes back to 5%

average : 593
Maximum :6792
Minimum :44

Duration :1:40

Vic
Go to Top of Page
   

- Advertisement -