When adding records to a table in the Enterprise Manager, I normally get the error messages from the Raiserror command in the trigger. When the Raiserror follows an "IF @@ROWCOUNT = 0" the message is "Data has changed since the Results pane was last updtated..." When running the same data from the Query Analyzer the messages all show up fine - regardless of the @@ROWCOUNT. Why doesn't EM always display the error messages like QA?