I need to find an efficient query to count the number of field changes per history table entry.
Each time any data value changes in the Customer Table, a copy of the record is entered into the history table.
I would like a way to count the numbers of changes per entry into the history table. Each field would compare the current entry with the previous entry to determine a difference.
Is there a good way to do this? Without a sproc?