Hi All,
This is My tables, Using trigger in Audit ( SQL ) how can we find OLD Value and NEW value when the table is Insert or Update or Delete,
Help
Tabel : 1
BusinessEntityID int PRIMARY KEY
RateChangeDate datetime
Rate money
PayFrequency tinyint------ > Have to change this column
ModifiedDate datetime
Tabel : 2
BusinessEntityID int PRIMARY KEY
Old_Value tinyint
New_Value tinyint
ModifiedDate datetime