Viewing 2 posts - 1 through 2 (of 2 total)
I also periodically got this error. On 2000 SP4.
but the xp_stopmail/xp_startmail worked like a champ!
Thanks
August 17, 2009 at 8:12 am
#1040207
Got some help elsewhere, there was trigger that looked at schemas and had to be removed
IF EXISTS (SELECT * FROM sys.triggers WHERE name = N'Check_Object_Name_Schema' AND parent_class=0)
DROP TRIGGER [Check_Object_Name_Schema]...
June 18, 2009 at 3:07 pm
#1012081