Maintenance job Index error

  • Dear All,

    I have a database maintenance job which does a Reorganize Index but I keep getting the following error:

    " failed with the following error: "The index "" (partition 1) on table "

    " cannot be reorganized because page level locking is disabled.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

    Is there anything I would be able to do to resolve the issue please?

    Thank you in advance!

  • Try to enable the page lock for the index :

    ALTER INDEX < Index name > ON < Table Name >

    SET (

    ALLOW_PAGE_LOCKS = ON

    )

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply