How to Examine Umbraco Property Values for a Given Data Type
A practical, read-only T-SQL technique for finding published content that uses a specific data type in Umbraco 13
Start typing to search articles and topics.
SQL Server
Practical database engineering covering query behavior, indexing, data design, migrations, and performance behind demanding web applications.
A practical, read-only T-SQL technique for finding published content that uses a specific data type in Umbraco 13
After upgrading a production-scale Umbraco installation from 11.5.0 to 13.4.1, publishing and unpublishing became extremely slow and database lock errors...
How to inspect and reseed an IDENTITY column correctly, including the important difference between DELETE and TRUNCATE TABLE.
Use partition metadata for a fast database overview, or run exact counts when the precise number of rows is required.
A practical read-only script for locating an unknown text value across character columns without hard-coding the database structure.
A practical guide to finding rowstore index maintenance candidates, understanding what rebuild and reorganize actually change, and running maintenance...
Large DELETE operations can generate substantial transaction-log activity, increase blocking, and make rollback expensive. This guide shows a...
Umbraco 8 normally lets administrators disable backoffice users rather than permanently remove them. When a real hard delete is required, deleting a row from...