Reset List Item ID in SharePoint 2013 List

SELECT * FROM [WSS_Content].[dbo].[AllListsAux] where ListID='listGuid'

UPDATE [WSS_Content].dbo.AllListsAux set NextAvailableId=1 where ListID='listGuid'



Comments

Popular posts from this blog

How to Create an Auto-Incrementing Number Field in a SharePoint List

SharePoint Integration with IIS

install the Windows Server Roles and features for SharePoint Server 2016 (.PS)