I am working with a history table and can create a query to join an audit row to the prior row. What I need to do is to come up with sql to compare all fields in the row and only return fields & values for changes. I would like to create a proc or function.
Thanks