Dear,
Is there a possibility to SQL Server 2012, to all the changes that happen in the DB x record in DB y?DB x would have all the data, and DB y would contain only the data from the time of recording.
If the DB x insert data, the DB y are only visible data by the insert.
If the DB x update data, the DB y are only visible data by the update, which can be seen that the data update.
If the DB x delete data, the DB y are visible data are deleted.
DB y be recorded only certain information, for example a specific table and certain procedures.
Monitoring changes must be in real time.
The structure must remain the same.
Something like this would be like:
Thank you