Running the code between BEGIN and END works fine, but when I create the trigger, I get the following error:<BR><BR><I>"Maximum stored procedure, function, trigger, or view nesting level exceeded ...
Can I write a trigger for a table that if any of the rows are modified, they would update the value of a LastModifed datetime column to getdate()?<BR><BR>IOW, I'd like the Last modified column to ...