简体   繁体   English

在SQL Server Management Studio中查找触发器/约束

[英]Finding triggers/constraints in SQL Server Management Studio

Somewhere in my database there is a trigger/constraint that creates a row in a table called emailers_run . 我的数据库中某处有一个触发器/约束,该触发器在名为emailers_run的表中创建一行。 It's probably when a batch email has been run. 可能是在运行批处理电子邮件时。 But I can't find any triggers in those associated tables. 但是我在那些关联的表中找不到任何触发器。 Any ideas on how I can tracks this process down? 关于如何跟踪此过程的任何想法?

Besides checking dependencies in management studio you can use SQL Server Profiler to track down your problem. 除了检查Management Studio中的依赖关系之外,您还可以使用SQL Server Profiler来跟踪问题。 I hope this will help you. 我希望这能帮到您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM