问题:不能在 'inserted' 表和 'deleted' 表中使用 text、ntext 或 image 列
参考:http://bbs.csdn.net/topics/310115503
的6楼顺利解决:方法如下:
create trigger trg on t1 instead of update感谢作者:jinjazz
另外一个办法就是从delete中找到id,然后去原表通过id找内容。
|
煙雨閣
行有不得,反求諸己。 Honor,Freedom,Justice and Family. |
|
|