OnUpdate-type event notification for SQL Server tables?
From: Joel Thornton (joelpt_at_gmail.com)
Date: 11/23/04
- Next message: Alejandro Mesa: "RE: Pivoting Results"
- Previous message: oj: "Re: Nested IF...ELSE"
- Next in thread: Alejandro Mesa: "RE: OnUpdate-type event notification for SQL Server tables?"
- Reply: Alejandro Mesa: "RE: OnUpdate-type event notification for SQL Server tables?"
- Reply: Tom Cole: "Re: OnUpdate-type event notification for SQL Server tables?"
- Reply: avnrao: "Re: OnUpdate-type event notification for SQL Server tables?"
- Messages sorted by: [ date ] [ thread ]
Date: 23 Nov 2004 11:47:47 -0800
I'm looking for advice on the best way to monitor a specific SQL
Server 2000 table for changes from an external application. I'll be
writing this app in either C#/.NET or VB/ASP.
Obviously I can monitor the table for changes by polling once per
interval (1 second here). I was hoping SQL Server has some kind of
event notification system I can hook up to so that I can avoid the
polling.
Any thoughts are appreciated!
Joel Thornton
- Next message: Alejandro Mesa: "RE: Pivoting Results"
- Previous message: oj: "Re: Nested IF...ELSE"
- Next in thread: Alejandro Mesa: "RE: OnUpdate-type event notification for SQL Server tables?"
- Reply: Alejandro Mesa: "RE: OnUpdate-type event notification for SQL Server tables?"
- Reply: Tom Cole: "Re: OnUpdate-type event notification for SQL Server tables?"
- Reply: avnrao: "Re: OnUpdate-type event notification for SQL Server tables?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|