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)
 master..sysperfinfo...

Author  Topic 

thombeaux
Starting Member

18 Posts

Posted - 2007-05-31 : 15:28:21
Our production machine's master..syssperfinfo table is empty, no records.

What could have caused this?

Thanks and God Bless,
ThomBeaux

ThomBeaux

thombeaux
Starting Member

18 Posts

Posted - 2007-05-31 : 15:36:09
It is also missing from perfmon on that machine (64-bit SQL Server 2000 SP3a).

How do you get it back?

ThomBeaux

ThomBeaux
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-05-31 : 17:07:55
Rebooting can fix it usually.
Go to Top of Page

thombeaux
Starting Member

18 Posts

Posted - 2007-06-01 : 09:03:45
Ran the following:

Reload the SQL counter objects (in Command Prompt):

a) unlodctr mssql (eg. unlodctr mssql$sql2k)
b) lodctr C:\Program Files\Microsoft SQL Server\mssql \Binn\sqlctr.ini
c) restart SQL Server service
d) check perfmon and make sure SQL counter objects are present
e) run from SQL QA: select * from master..sysperfinfo


ThomBeaux
Go to Top of Page
   

- Advertisement -