0
Segment '%1!' does not have a threshold at '%2!' pages.
This error occurs when an attempt is made to either drop or modify a threshold (using sp_dropthreshold or sp_modifythreshold) that does not exist for the free space page allocation given in the command.
Run sp_helpthreshold without any options to display all the thresholds and the free page allocations for the current database, then rerun the stored procedure with corrected parameters.
All versions