欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

记一次SQL Server Insert触发器编写过程

程序员文章站 2022-06-05 19:45:17
...

实现功能:新增特定类型的新闻时,自动追加特定的背景图片。 第一版(错误信息: 不能在 'inserted' 表和 'deleted' 表中使用 text、ntext 或 image 列 ),代码如下: (, ) ) drop trigger tgr_news_QA_insert tgr_news_QA_insert on news , ; id, , @newstyp

实现功能:新增特定类型的新闻时,,自动追加特定的背景图片。

第一版(错误信息:不能在 'inserted' 表和 'deleted' 表中使用 text、ntext 或 image 列),代码如下:

(, ) ) drop trigger tgr_news_QA_insert tgr_news_QA_insert on news , ; id, , @newstype = newstype from inserted news id