NuGet Package to get alerts on record table changes
SqlTableDependency is a high-level implementation component to monitor record table change. It receive notifications containing modified record table values from SQL Server when the content of a specified table change.
If you want to use SQL Server notifications to audit your table change without paying attention to the underlying Service Broker infrastructure, the SqlTableDependency is your choice.
A full documentation can be found on Hit Hub site at SqlTableDependency.
SqlTableDependency nuget package contains two dll:
TableDependency.dll contains abstractions and base class, as well as common funtionality. This because initially there was an implementation for Oracle too.
SqlTableDependency.dll contains concrete implementation for monitor table change on SQL Server.
You can download and install SqlTableDependency from Visual Studio Package Manager Console using the following command:
You can also search and download SqlTableDependency from Manage Nuget Package:
SqlTableDependency is open source C# projects built with:
Detect record table changes: Last edit on 10 November 2016 by Christian Del Bianco