Better make sure your triggers are designed for set based logic and not row based updates. If the application only updates one row at a time, the trigger might very well only handle that. Bad coding, but I've seen it plenty and your mass update would produce unpredictable results in such a case.