Snow snow snow!
A rare snowfall hit Wellington, New Zealand, turning the neighbourhood into a winter wonderland and making for an interesting motorbike commute.
Read more →
A rare snowfall hit Wellington, New Zealand, turning the neighbourhood into a winter wonderland and making for an interesting motorbike commute.
Read more →Common DBA shortcuts that become permanent tech debt: temporary logging tables, backup table copies, hard-coded values, and scheduled job sprawl.
Read more →
A subtle SQL Server gotcha where referencing the wrong CTE in a chain silently skips intermediate steps, producing fast but incorrect results.
Read more →
The final part of a series on building a T-SQL Google-like search handler for SQL Server full-text, covering the NEAR operator and command assembly.
Read more →
A PowerShell and SQL Server test rig for benchmarking I/O performance across different storage platforms like SAN, SSD, and local disk.
Read more →
Part 3 of the Full-Text Search Operators series: splitting a search string into classified terms using CTEs in SQL Server.
Read more →
A motorcycle riding lesson applied to SQL Server troubleshooting: avoid target fixation and look for alternative paths around stubborn problems.
Read more →
Part 2 of the T-SQL full-text search series, replacing alternate operator symbols like |, &, and - with normalized text placeholders.
Read more →
A T-SQL function that strips illegal characters from strings and replaces accented letters with their plain equivalents for search cleanup.
Read more →
Part 1 of building a T-SQL Boolean search parser for SQL Server full-text search, covering parentheses validation and cleanup.
Read more →