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)
 SQL Server performance condition alert

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-06-12 : 08:02:08
chris B writes "Hi

Some of our customers SQLServer-Installations doesn't have the entry "SQLServer performance condition alert".

(System: NT 4.0 /SP 6a, SQL 7.0 SP 3)

I can't choose this type of alert witch I want to create.
Why does this entry not exist ?

Thanks"

Page47
Master Smack Fu Yak Hacker

2878 Posts

Posted - 2002-06-12 : 08:39:31
Are you talking about Alerts in PerfMon(OS Level) or Alerts created using sp_add_alert(SQL Server Level)?

<O>
Go to Top of Page

jasper_smith
SQL Server MVP &amp; SQLTeam MVY

846 Posts

Posted - 2002-06-12 : 17:48:06
If you use perfmon do the counters show up in there ?
Are you doing this from a client or actually on the server ?
If not on the server make sure the client you are using is a member of the local admins group ion the server. If on the server itself
and the counters are missing from perfmon as well you can try from cmd prompt

unlodctr.exe MSSQLServer

followed by a reboot

lodctr.exe <path to sql>\BINN\sqlctr.ini

followed by a reboot

Search google for SQL Server missing performance counters
There can also be issues with registry permissions

HTH
Jasper Smith


Go to Top of Page

cnappoly
Starting Member

1 Post

Posted - 2005-04-11 : 11:58:07
I tried unload and reload of counters using sqlctr.ini with 2 reboots..It worked..Without reboots or restart of SQL server it doesn't appear to work
unlodctr.exe MSSQLServer

followed by a reboot

lodctr.exe <path to sql>\BINN\sqlctr.ini

followed by a reboot
thanks
Go to Top of Page
   

- Advertisement -