SQL Trigger to track previous & new values for fields
Description: Think about tracking the old data whenever it is changed to new one??? Suppose you want to track this information in single table and display in the tab against any CRM entities. This can be achieved using sql trigger functionality. Solution: For this first you may need to create two magic tables (i.e. inserted… Read More »