2024-10-30
414 reads
2024-10-30
414 reads
2024-10-25
381 reads
2024-10-23
378 reads
This article will explore how SQL Server chained CTEs might make troubleshooting code harder and whether you should stop using CTEs altogether.
2024-10-23
2024-10-18
549 reads
2024-10-16
441 reads
2024-10-14
516 reads
This article looks at the old style of calculating a running total and how to convert that to code that uses a window function.
2024-09-30
2,366 reads
2024-09-13
139 reads
Like XML, JSON is an open standard storage format for data, metadata, parameters, or other unstructured or semi-structured data. Because of its heavy usage in applications today, it inevitably will make its way into databases where it will need to be stored, compressed, modified, searched, and retrieved.
2024-09-09
By Brian Kelley
As you begin the new year, if you don't already have time set aside...
By Brian Kelley
I picked up Never Split the Difference: Negotiating As If Your Life Depended On...
With the PBIR format of Power BI reports, it’s much easier to make report...
Comments posted to this topic are about the item The Learning Plan for 2025
Comments posted to this topic are about the item Leveraging the “STUFF” Function for...