Ok, I need to perform a sanity check....
If someone wants to put a trigger on a single field in a highly updated table...
They must institute the trigger on the entire table, then use a case statement to check the condition of their field.
Is this correct? Or does SQL 2005 allow you to place an update trigger the change of a particular field?
Thanks.