Home Forums SQL Server 2012 SQL Server 2012 - T-SQL Using Merge statement Output records to rebuild table on specific date RE: Using Merge statement Output records to rebuild table on specific date

  • This would be far easier if instead of ACTIONS in a history table, what you maintained was EFFECTIVE AND EXPIRY dates for the record. Then you can see a snapshot of what the records looked like just by querying it where the date you are looking for is between effective and expiry.