Hi there
I'm rather new to SQL-Server. I need to convert historic data that is stored in the form of a change log into a time series table, similar to SCD2 with a start and end date. It might have to do with the Pivot function (that's how it's done in
I'm rather new to SQL-Server. I need to convert historic data that is stored in the form of a change log into a time series table, similar to SCD2 with a start and end date. It might have to do with the Pivot function (that's how it's done in