摘要: 问题:不能在 'inserted' 表和 'deleted' 表中使用 text、ntext 或 image 列参考:http://bbs.csdn.net/topics/310115503的6楼顺利解决:方法如下:createtriggertrgont1insteadofupdate感谢作者:jinjazz另外一个办法就是从delete中找到id,然后去原表通过id找内容。 阅读全文