СµÜ֨װSQLServer·þÎñÆ÷£¬»¹ÔMasterÊý¾ÝÆô¶¯ºó±¨´íERROR 17750£¬ERROR 8355¡£ ´íÎóÐÅÏ¢ÈçÏ£º ERROR 17750 Could not load the DLL LEServer.dll, or one of the DLLs it references. Reason: 126(error not found). ERROR 8355 Service Broker is disabled in MSDB or MSDB failed to start. Server level event notifications can not be delivered. Event notifications with FAN_IN in other databases could be affected as well. ²¹³ä˵Ã÷£º »¹ÔMASTERûÓÐÈκδíÎ󣬻¹ÔÖØÆô·þÎñºó²Å³öÏÖ¡£MasterÊý¾Ý¿â±¸·Ýǰ×ö¹ýDBCC£¬Ã»Óб¨´í¡£
create trigger [trgDeleteEuser] on [dbo].[E_UserInfo] for delete as delete Job_Info from Job_Info j join Deleted d on j.user_name=d.user_name delete job_evaluation from job_evaluation ......