SQL Server 2000 触发器
使用 SQL Server 2000,我需要将一个表中删除的记录插入到第二个表中。
使用 SQL Server 2000 触发器实现此目的的最佳方法是什么?
感谢和问候
萨蒂亚
Using SQL Server 2000, I need to insert the deleted records from one table into a second table.
What's the best way to achieve this using a SQL Server 2000 trigger?
with thanks and regards
Sathia
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
考虑这个删除触发器:
Consider this delete trigger: