Re: SQL Server Alert doesnt fire :(
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 02/01/05
- Next message: Sue Hoegemeier: "Re: Importing Stored Procedures"
- Previous message: Aquila Deus: "Re: JDBC and local server access (shared memory)"
- In reply to: LazyDBA: "SQL Server Alert doesnt fire :("
- Next in thread: LazyDBA: "Re: SQL Server Alert doesnt fire :("
- Reply: LazyDBA: "Re: SQL Server Alert doesnt fire :("
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 31 Jan 2005 21:26:38 -0500
I haven't tried it but I suppose that counter is referring to separate
transactions by session. Try multiple QA sessions and see how that works.
Also I don't know if your test actually counts since there is no data that
is actually being modified. You may want to modify a row in each session as
well.
-- Andrew J. Kelly SQL MVP "LazyDBA" <LazyDBA@discussions.microsoft.com> wrote in message news:86BF54AD-ADA1-4BBE-B691-BCF188B5EF53@microsoft.com... > Hi, > > I created a SQL Alert thru EM and the details are > > Type: SQL Server perfm condn alert > Object: SQL Server Databases > Counter: Active Transactions > Instance: database_name > Alert If counter: rises above 2. > > > Notification via mail and net send. > > I expect a notification when I have active transactions > 2. > So I did 5 times > > begin tran > Select getDate() > > > select @@trancount > --which gives 5.. > But the alert is not fired.. > Wats wrong
- Next message: Sue Hoegemeier: "Re: Importing Stored Procedures"
- Previous message: Aquila Deus: "Re: JDBC and local server access (shared memory)"
- In reply to: LazyDBA: "SQL Server Alert doesnt fire :("
- Next in thread: LazyDBA: "Re: SQL Server Alert doesnt fire :("
- Reply: LazyDBA: "Re: SQL Server Alert doesnt fire :("
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|