I am BI Manager on top of a SAP installation. I have a SAP DB which the SAP application writes data to. In order to get an environment to query without loading on the sap, I have mirrored the SAP DB on a server, and it works fine.
Each night I do a full load of data, and it works fine for now. I know that somewhere down the line, I will have to start doing incremental updates.
This will be a lot easier if I know which rows in the tables have been modified or added, and when. Is it possible to make a trigger on the target server that writes into the table when it was updated or created? A lot of the time, there is no indication of the date the row was created in the source tables. I am not well acquainted with the rules of mirroring and replication