Catch SQL Server event

  • Thread starter Thread starter Manuel
  • Start date Start date
M

Manuel

With the FileSystemWatcher I can catch the events of a directory. Is there a
way to do the same with a SQL Server table? (catch any modification to the
data)

I read all I could find about the SQL Server Notification Services but
couldn't find what I was looking for. If there is a way to do this, please
include a short example.

Thx
 
Hi Manuel,

I didn't yet use it, but SQL Server Notification Services should support it.
What are you missing in SSNS?
 
So far I haven't found a component that I can reference in my application
that allows me to trap a Table_was_Modified event. I'm using VB.Net but
anything in C# would also be very much appreciated (it's easy to understand
:p)

Thx


Miha Markic said:
Hi Manuel,

I didn't yet use it, but SQL Server Notification Services should support
it.
What are you missing in SSNS?

--
Miha Markic [MVP C#] - RightHand .NET consulting & development
www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/
SLODUG - Slovene Developer Users Group www.codezone-si.info

Manuel said:
With the FileSystemWatcher I can catch the events of a directory. Is
there a
way to do the same with a SQL Server table? (catch any modification to
the
data)

I read all I could find about the SQL Server Notification Services but
couldn't find what I was looking for. If there is a way to do this,
please
include a short example.

Thx
 
Back
Top