本文介绍了课程过期时SQL Server触发器触发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的所有人,



我有一个名为EmployeeCoureses的表,我想写一个sql触发器,当课程到期日期少于今天的日期,我想写一个触发器,每天检查课程有效期并发送电子邮件通知。



如何执行此触发器。



桌子结构



Trn_CourseExpiry



Cs_EmpNo数字

Cs_No数字

Cs_CourseExpiry日期





谢谢

Basit。

Dear All,

I have a table called EmployeeCoureses, I want to write a sql trigger on that when Course Expiry Date less then today date, i want to write a trigger which every day is checking course expiry date and send an email notification.

How to do this trigger.

Table Structure

Trn_CourseExpiry

Cs_EmpNo Numeric
Cs_No numeric
Cs_CourseExpiry Date


Thanks
Basit.

推荐答案




这篇关于课程过期时SQL Server触发器触发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 21:44