Hi,
Can a specific cell wise trigger be created.
Or
Is
IF UPDATE(COLOUM) where OTHER_COLOUM like 'JT' 's equivalent present in MSSQLSEVER2008 ?
---EDIT after getting 2nd answer---
IF not UPDATE(CurrentNo) --// Wanted to do like this : where series ='JT'
return
IF not EXISTS
(
SELECT 'True'
FROM Inserted i
JOIN Deleted d
ON i.Series = d.Series
where i.Series = 'JT' AND d.Series = 'JT'
)
return