Removing accented and illegal characters from a string
A T-SQL function that strips illegal characters from strings and replaces accented letters with their plain equivalents for search cleanup.
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 →
A T-SQL script that generates sp_attach_db commands for all user databases with their file paths, simplifying detach and reattach operations.
Read more →
Common mistakes job applicants make when applying for database roles, from text-speak in applications to sending the wrong cover letter.
Read more →
A SQL Server script to find non-unique indexes where the underlying data is currently distinct, identifying candidates for unique index conversion.
Read more →
How a team Tech Breakfast watching Kimberly Tripp's Indexing Internals session turned into a great way to learn and spark discussion.
Read more →
Load testing SQL Server Denali at Trade Me with impressive results, handling 50% of search traffic and solving full-text performance issues from SQL 2008.
Read more →
How an orphaned session under READ_COMMITTED_SNAPSHOT caused tempdb to balloon to 15GB by preventing the version store from flushing.
Read more →
Installing SQL Server Denali on a production read-only server at Trade Me, covering replication setup and full-text index configuration.
Read more →
A tip for verifying which SQL Server instance you're connected to in SSMS, after encountering a bug where the displayed server name was wrong.
Read more →