Tag Archives: sql server

The Last SQL Server Service Pack

I wrote The Last Service Pack a few years ago, thinking that SQL Server 2016 SP2 might end all large updates. At the time, Microsoft was moving to a Cumulative Update process, with the aim of releasing small patches for … Continue reading

Posted in Editorial | Tagged | Comments Off on The Last SQL Server Service Pack

Hopes for vNext

It’s been quite some time since the last version of SQL Server was released. SQL Server 2019, v15, came out on Nov 4, 2019. Since then we’ve gotten 10 CUs, but no new version in 18 months. The pandemic likely … Continue reading

Posted in Editorial | Tagged | Comments Off on Hopes for vNext

Creating a Symmetric Key–#SQLNewBlogger

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. This is a series on working with the various encryption technologies in SQL Server. One of the encryption technologies … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Creating a Symmetric Key–#SQLNewBlogger

A Basic Encryption Primer for SQL Server

Another post for me that is simple and hopefully serves as an example for people trying to get blogging as #SQLNewBloggers. Encryption is a function call in SQL Server, where we pass in the text to encrypt and a key. … Continue reading

Posted in Blog | Tagged , , , | 3 Comments