Hi all, I am a new guy for MS SQL server, and I have a question on how to create a trigger.
I have one table PO, there are 4 columns: rowid, creater, modifier and PO_detail
What I want to do is to check out all the modification did by user "ELLEN" during last week. (12/8 - 12/12). Of course, it is update statement and his name are recorded at "modifier" column.
Just wondering what's the best way to do so.
Thank you very much
Best regard,
Kevin Chan
I have one table PO, there are 4 columns: rowid, creater, modifier and PO_detail
What I want to do is to check out all the modification did by user "ELLEN" during last week. (12/8 - 12/12). Of course, it is update statement and his name are recorded at "modifier" column.
Just wondering what's the best way to do so.
Thank you very much
Best regard,
Kevin Chan