Viewing post 1 (of 1 total)
I have ran into the same problem also with a trigger. I have done the following in QA:
set ansi_nulls on
set ansi_warnings on
go
create trigger x on table y as
set xact_abort on
Unfortunately this...
December 21, 2004 at 2:45 pm
#534685