Is it possible to get all triggers associated with a table using sql server 2008 clr programming?
Posted
by Chakkaradeep Chandran
on Stack Overflow
See other posts from Stack Overflow
or by Chakkaradeep Chandran
Published on 2010-06-01T09:39:01Z
Indexed on
2010/06/01
9:43 UTC
Read the original article
Hit count: 340
Hi All,
Is it possible to use .net (C# SQL CLR) to find all the triggers associated with a table?
And also will I be able to determine the type of that trigger? - CLR or T-SQL?
Thanks, Chaks
© Stack Overflow or respective owner