URL: https://linuxfr.org/forums/programmation-sql/posts/trigger--2 Title: trigger Authors: omrane Date: 2012年04月06日T01:08:17+02:00 Tags: Score: -23 Help needed: I am working with sql server database. I have a database that I cannot modify anything on it. Inside that database I have a table which have only one row, in that row there is a column 'ProcessStatus' which holds a test number. I have to track this database and detect any changes that occur. So I have created a new sql database which I want to hold into it all changes depending on the values passed into the 'ProcessStatus' column. For example, if 'ProcessStatus' == 0; I want to save the time into my new database. If 'ProcessStatus' == 20; I save another value in the second row of the new database and so forth...