News

Hey All,Got a question about Full text indexes and triggers. I've got a full text index called 'FTindex' set up and it works fine. What I want to do is make a an insert, update, delete trigger so ...
I'm having trouble figuring out how to write a particular trigger to avoid having it recurse. This trigger is an after update trigger that operates on the same table that fires it. This is a ...