Hi,
Getting this error when trying to rebuild an index to a table.
Executing the query "ALTER INDEX [IDX_Billto_SalesDate] ON [dbo].[Company..." failed with the following error: "The index "IDX_Billto_SalesDate" (partition 1) on table "Company$Sales Shipment Line" 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.
I have recently done a technical upgrade by opening the database in 2009SP1.
I know that I could alter the index to allow it but don't know if that is a good idea.
Cheers,
R
0
Comments
RIS Plus, LLC
I guess the index was created/modified with the options "ALLOW_ROW_LOCKS = OFF, ALLOW_PAGE_LOCKS = OFF" which is now causing the trouble.
Does this help?
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
Deleted.
Cheers,
R