Upon ANY change to Table1, I want to copy all the records in Table1 to Table2. The problem I'm having is that the data I copy to Table2 from within the triggered action does NOT reflect the changes that fired the triggered action in the first place. I understand that I have access to the #inserted and #deleted rows directly but that's not what I want. I want to do a bulk update of Table2 that includes the changes to Table1 that fired the triggered action. I can do this just fine with a Task but not from a triggered action.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Mitch
Upon ANY change to Table1, I want to copy all the records in Table1 to Table2. The problem I'm having is that the data I copy to Table2 from within the triggered action does NOT reflect the changes that fired the triggered action in the first place. I understand that I have access to the #inserted and #deleted rows directly but that's not what I want. I want to do a bulk update of Table2 that includes the changes to Table1 that fired the triggered action. I can do this just fine with a Task but not from a triggered action.
Am I missing something obvious?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.