这个触发器怎么就不起作用捏

boombacn 2009-06-28 10:12:28
F姐姐快来帮忙看看,我手工在查询分析器里执行insert into tc_mail_info的时候,会起作用,但系统自己跑的时候却不起作用(这个系统是我们公司的一个管理系统,收到邮件的时候系统会在tc_mail_info里插入一条记录),而且我手工执行的语句还是跟踪出来的语句,跟系统的完全一样…………

CREATE TRIGGER [adrelm] ON [dbo].[tc_mail_info]
FOR INSERT
AS
begin
if not exists(select 1 from rel_mail_owner rmo ,inserted where inserted.mail_id=rmo.mail_id and rmo.rel_obj_type = 2)
insert into rel_mail_owner(org_id,mail_id,rel_obj_type,rel_obj_id,folder_id,org_owner_flag,check_user_id,check_time,read_flag,crm_timestamp,server_flag)

select 1,inserted.mail_id,1,tc.account_id,0,0,0,null,0,null,null from inserted, tc_contact tc where right(tc.cnct_char01,15)=right((replace(inserted.mail_from,'>','')),15)

insert into rel_mail_owner(org_id,mail_id,rel_obj_type,rel_obj_id,folder_id,org_owner_flag,check_user_id,check_time,read_flag,crm_timestamp,server_flag)

select 1,inserted.mail_id,2,tc.contact_id,0,0,0,null,0,null,null from inserted, tc_contact tc where right(tc.cnct_char01,15)=right((replace(inserted.mail_from,'>','')),15)


end
...全文
48 12 打赏 收藏 转发到动态 举报
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
linguojin11 2009-06-28
  • 打赏
  • 举报
回复
lg
wuguanlin 2009-06-28
  • 打赏
  • 举报
回复
等柯少姐姐。
--小F-- 2009-06-28
  • 打赏
  • 举报
回复
--小F-- 2009-06-28
  • 打赏
  • 举报
回复
[Quote=引用 8 楼 playwarcraft 的回复:]
是男是女,脱裤来验!
上PP!
[/Quote]
.........伤心
playwarcraft 2009-06-28
  • 打赏
  • 举报
回复
是男是女,脱裤来验!
上PP!
--小F-- 2009-06-28
  • 打赏
  • 举报
回复
[Quote=引用 6 楼 ai_li7758521 的回复:]
引用 4 楼 fredrickhu 的回复:
BS P梁 你不知道解决啊 你明知道偶能力不行 不会触发器

哈哈哈,F姐姐..!
[/Quote]偶都说了偶是男的 这小伙就喜欢叫偶F姐姐

ai_li7758521 2009-06-28
  • 打赏
  • 举报
回复
[Quote=引用 4 楼 fredrickhu 的回复:]
BS P梁 你不知道解决啊 你明知道偶能力不行 不会触发器
[/Quote]哈哈哈,F姐姐..!
--小F-- 2009-06-28
  • 打赏
  • 举报
回复
感觉你前后的insert into b(a, b, c) select d,e,f from a 没有一一对应似的 ,不知道是不是我眼睛花了
--小F-- 2009-06-28
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 liangCK 的回复:]
坐等F姐姐.
[/Quote]
BS P梁 你不知道解决啊 你明知道偶能力不行 不会触发器
boombacn 2009-06-28
  • 打赏
  • 举报
回复
同志们那,哥哥姐姐些
boombacn 2009-06-28
  • 打赏
  • 举报
回复
兰姐姐,你就别等了,直接给解决解决吧
liangCK 2009-06-28
  • 打赏
  • 举报
回复
坐等F姐姐.

34,590

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server相关内容讨论专区
社区管理员
  • 基础类社区
  • 二月十六
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧