Any table example would be appreciated how I would try going about comparing
Create Trigger Customer_Update ON Customer UPDATE AS
Any table example would be appreciated how I would try going about comparing
Create Trigger Customer_Update ON Customer UPDATE AS
You can use 'inserted' and 'deleted' tables in SQL Server. Remember to cater for nultiple rows being updated. This question should help you out.