Info
Version: | 1.0.1 |
Author(s): | PeeterK |
Last Update: | Monday, November 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/pets87/cdcsqlmonitor |
NuGet Url: | https://www.nuget.org/packages/CDCSqlMonitor |
Install
Install-Package CDCSqlMonitor
dotnet add package CDCSqlMonitor
paket add CDCSqlMonitor
CDCSqlMonitor Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SqlClient(>= 4.8.2)
Tags
CT - Change tracking.
This will return only primary key value from changed table. This is supported on all sql server versions.
CDC - Change data capture.
This will return changed columns on table. This is not supported on all sql server versions.