erikdarlingdata / DarlingData

Open source SQL Server nonsense: sp_PressureDetector, sp_QuickieStore, sp_HumanEvents, etc.
https://www.erikdarling.com/
MIT License
443 stars 132 forks source link

sp_QuickieStore.sql: Make use of both rows for Period #436

Closed ReeceGoding closed 1 month ago

ReeceGoding commented 1 month ago

Playing around with #435 made me think up of a different spin on #433 . We have two rows to work with in this column, so it makes sense to use them rather than duplicate the content of the first row as we currently are. What do you think?

erikdarlingdata commented 1 month ago

@ReeceGoding thanks, but I'm going to stick with what I have for now.