Hi All,
I'm new to trigger coding. I'm looking to create a trigger that will fire a few stored procedures when certain conditions are met.
If the columns COMPLETE='Y' and Weekrange like "01/01%" and emplid=@emplid on ORDERS_TBL are true then the following Stored procedures should run:
SP_Test1 @emplid
SP_Test2 @emplid
SP_Test3 @emplid
Is something like this possible? Each of the SPs are massive.
What would the syntax be. Any help would be appreciated. Thanks.
I'm new to trigger coding. I'm looking to create a trigger that will fire a few stored procedures when certain conditions are met.
If the columns COMPLETE='Y' and Weekrange like "01/01%" and emplid=@emplid on ORDERS_TBL are true then the following Stored procedures should run:
SP_Test1 @emplid
SP_Test2 @emplid
SP_Test3 @emplid
Is something like this possible? Each of the SPs are massive.
What would the syntax be. Any help would be appreciated. Thanks.