Posts

15 September 2026

Efficient deletion of records from the MSSQL table with many varchar(MAX) fields

This method could be helpful if problem is not index related. Adjust TOP value to any number that works for you.

29 June 2023

How to re-enable fulltext search on MSSQL database

Sometimes it could happen that existing fulltext search stops working, very common scenario - after adding new table filed. It it happens without warning. Nice job MS.