Re: OnUpdate-type event notification for SQL Server tables?
From: Tom Cole (tusnuy_at_hotmail.com)
Date: 11/23/04
- Next message: Jordan: "Re: IF THEN question"
- Previous message: Alejandro Mesa: "RE: SQL Script against ADO Connection"
- In reply to: Joel Thornton: "OnUpdate-type event notification for SQL Server tables?"
- Next in thread: Joel Thornton: "Re: OnUpdate-type event notification for SQL Server tables?"
- Reply: Joel Thornton: "Re: OnUpdate-type event notification for SQL Server tables?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 12:40:06 -0800
Assuming that you are talking about data changes.
Here's a thought.
You can try using Triggers in conjunction with xp_cmdshell.
Be careful with the security setting, an intruder can really hose your
system if they gain access to xp_cmdshell.
"Joel Thornton" <joelpt@gmail.com> wrote in message
news:a6e041a1.0411231147.2a4bbc51@posting.google.com...
> 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: Jordan: "Re: IF THEN question"
- Previous message: Alejandro Mesa: "RE: SQL Script against ADO Connection"
- In reply to: Joel Thornton: "OnUpdate-type event notification for SQL Server tables?"
- Next in thread: Joel Thornton: "Re: OnUpdate-type event notification for SQL Server tables?"
- Reply: Joel Thornton: "Re: OnUpdate-type event notification for SQL Server tables?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|