Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: "Heterogeneous queries" error with trigger

    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

    go

     

    Unfortunately this...

Viewing post 1 (of 1 total)