Tag Archives: sql server

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

The 2022 Preview

This was a strange week for me. Traveling in Brussels with my wife and prepping for a few presentations. Then Techorama, an even more 2019-era conference in Belgium where I spoke around a few customer calls sprinkled in during the … Continue reading

Posted in Editorial | Tagged , | Comments Off on The 2022 Preview

Removing a LocalDB Instance

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This might be obvious and easy, but I spent a couple minutes learning how to remove a LocalDB instance. … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Removing a LocalDB Instance

Starting LocalDB–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Lots of people have never worked with LocalDB, which is an in-process version of SQL Express. No service account, … Continue reading

Posted in Blog | Tagged , , , | 2 Comments