MySQL Forums
Forum List  »  Microsoft SQL Server

Re: Get Trigger Name with Column Name
Posted by: Devart Team
Date: February 16, 2011 12:27AM

There is a concept of dependencies in the MS SQL; for example, system view sys.sql_expression_dependencies contains dependencies between two objects. But for your case, I think you should parse trigger's definition to find out specified column (sys.sql_modules view).

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Written By
Posted
Re: Get Trigger Name with Column Name
February 16, 2011 12:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.