Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Poor Trigger Performance - Why?

    No Tim , I never did find a solution to the problem and even posting questions on the MS newsgroups didn't yield any explanations as to why accessing the Inserted...

  • RE: Poor Trigger Performance - Why?

    The database I was doing all the testing/analysis on was a copy of a live database on one of our development servers. I was the sole user of the database so all the performance...

  • RE: Poor Trigger Performance - Why?

    As far as cutting down the number of rows processed, that is effectively what I am doing with...

     

    WHERE PoliID IN (SELECT PoliID FROM Inserted)

     

    ...(PoliID is the...

  • RE: Poor Trigger Performance - Why?

    Thanks for trying to help guys. I am still battling away and trying to avoid going back to putting the trigger code in SP’s but I have to improve...

  • RE: Poor Trigger Performance - Why?

    The table has approx 60,000 rows so not a vast amount. As for the use of the IN, I also do not like using it unless I have to but...

  • RE: Poor Trigger Performance - Why?

    SQL2000 + Service Pack 3a

    Recursive Triggers are switched OFF

Viewing 6 posts - 1 through 6 (of 6 total)