Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
how would I update the table to change the status of 5 and 8 from active to inactive ?
quote:
But I need to keep track of the active and inactive status. How can I do that ?
Copy link to clipboard
Copied
quote:
Originally posted by: CF_output
quote:
But I need to keep track of the active and inactive status. How can I do that ?
Create an audit table to track all the changes made, preferrably with a trigger on the table that you are upating.. if you're not familiar with triggers - then just write an insert query to your audit table.
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied