Hello,
Can we call UDF's( User defined functions ) from Triggers?
IF so can we write SQL statements within UDF's which will be called from Triggers.This problem arises because there are many conditions to be checked ( IF ,CASE etc.) and based on these conditions records are to be inserted in another table through a trigger.
Can we call UDF's( User defined functions ) from Triggers?
IF so can we write SQL statements within UDF's which will be called from Triggers.This problem arises because there are many conditions to be checked ( IF ,CASE etc.) and based on these conditions records are to be inserted in another table through a trigger.