Daily Archives: June 20, 2022

Better Communication of Information

Many of us work with data in some way that helps a customer better understand data, use it to make a decision, or support a some conclusion. The way we present data (or help others present data) can impact how … Continue reading

Posted in Editorial | Tagged | Comments Off on Better Communication of Information

Daily Coping 20 Jun 2022

I started to add a daily coping tip to the SQLServerCentral newsletter and to the Community Circle, which is helping me deal with the issues in the world. I’m adding my responses for each day here. All my coping tips … Continue reading

Posted in Blog | Tagged , , | Comments Off on Daily Coping 20 Jun 2022

New in SQL Server 2022 – Generate_Series

One of the new language features added in SQL Server 2022 is the GENERATE_SERIES function. This allows you to generate a SELECT * FROM GENERATE_SERIES(start=1, stop=7) This gives me a simple sequence of numbers in a result set, with the … Continue reading

Posted in Blog | Tagged , , | Comments Off on New in SQL Server 2022 – Generate_Series