Why do my triggers fire on an update that effects one row eg
[UPDATE Customer SET CustomerName = 'Some Geezer' where CustomerID = 3]
but not on an update that effects multiple rows eg
[UPDATE Customer SET CustomerName = "No Name" where CustomerName is null] ??
If I run the same query using MS Access connected to the SQL Server the triggers fire on all Rows.
Thanks
Mike
[UPDATE Customer SET CustomerName = 'Some Geezer' where CustomerID = 3]
but not on an update that effects multiple rows eg
[UPDATE Customer SET CustomerName = "No Name" where CustomerName is null] ??
If I run the same query using MS Access connected to the SQL Server the triggers fire on all Rows.
Thanks
Mike