Catch SQL Server events

  • 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
 
I think this is available with the next release of SQL Server (some
notification services). However, I would prefer polling for changes
(checking yourself).
 
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)

Notice that a separate group for .NET+database questions is available. You
will more likely get an answer there:

<URL:
The SQL Server groups can be found in the "microsoft.public.sqlserver.*"
groups hierarchy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top