Viewing 3 posts - 1 through 3 (of 3 total)
Where should I look in MS-SQL for a timeout on this trigger. My data view is giving me a 1096 minute timeout. Is that due to the trigger running an...
June 23, 2004 at 9:05 am
#511631
I'm trying something else to get the trigger to work if any one of the following four fields is changed:
CREATE TRIGGER HRChanges
ON EmpStdSpace
FOR UPDATE AS
IF @@ROWCOUNT=0 RETURN
/* per above...
March 21, 2004 at 5:21 pm
#499685
\*I had tested the following syntax on the INSERT area (see below) which resulted in compilation errors - I should have left it in as a sample but had parts of the trigger...
March 4, 2004 at 3:09 pm
#497421