Generating T-SQL with AI, a quick demo on YouTube
The YouTube video by Andy Novick demonstrates using a large language model (specifically Grok-3 in April 2025) to generate T-SQL code for a simple ETL task. Novick, a SQL Server …
Azure Databricks KKBox Hands-on-Lab with a comparison to SQL Server
I attended a webinar on Microsoft Databricks yesterday. The only link I have is a zoom registration so you’ll have to search. I’m sure they’ll run it again. The hands-on-lab …
SQL Server Performace on Solid State Drives (SSD)
Solid State Disks (SSDs) are devices that take advantage of the high speed nature of flash memory chips to provide fast persistent data storage
sp_storage: A proc to manage disk space in SQL Server
sp_storage is a procedure that I wrote to help me manage available disk space on a SQL Server
Generating T-SQL with AI, a quick demo on YouTube
The YouTube video by Andy Novick demonstrates using a large language model (specifically Grok-3 in April 2025) to generate T-SQL code for a simple ETL task. Novick, a SQL Server …
There’s an EOMONTH function in SQL Server, why no Start-of-Month function?
I responded to a posted question about the EOMONTH() function, which was: if there’s an EOMONTH function, why isn’t there a start of month function.
The reason is that DATEFROMPARTS does …
The reason is that DATEFROMPARTS does …