Hi Folks,
I want an alert to trigger whenever the data in an ntext field (in a table) changes. An update trigger does no seem to work because the inserted and deleted views used in a trigger cannot be used so I cannot compare the diff between before and after the change. Is there any other way to do this?