SQL Server 2022: Azure AD Authentication
SQL Server 2022 is finally GA and one of the features I was most expecting is finally […]
SQL Server 2022 is finally GA and one of the features I was most expecting is finally […]
In the MySQL world, there are a couple of ways to take backups of your data. Backups […]
There’s no doubt about it – if you’ve ever heard of Percona, you’ve heard of XtraBackup as […]
MySQL is a very interesting beast to deal with – both junior developers and expert database administrators […]
Note: Edited to add more sessions… So many The PASS Data Community Summit is coming up in […]
We are just one month away from the PASS Data Community Summit. One month. If you haven’t […]
In order to test graph structures, I needed a large set of random data. In some ways, […]
SELECT CASE WHEN 1 = NULL THEN ‘True’ Else ‘False’ end, CASE WHEN NOT(1 = NULL) THEN […]