For a specific page, I received syncing error and event logs show database error:
Query:
INSERT INTO Staging_Task ([TaskSiteID], [TaskDocumentID], [TaskNodeAliasPath], [TaskTitle], [TaskData], [TaskTime], [TaskType], [TaskObjectType], [TaskObjectID], [TaskRunning], [TaskNodeID], [TaskServers])
VALUES (@TaskSiteID, @TaskDocumentID, @TaskNodeAliasPath, @TaskTitle, @TaskData, @TaskTime, @TaskType, @TaskObjectType, @TaskObjectID, @TaskRunning, @TaskNodeID, @TaskServers);
SELECT SCOPE_IDENTITY() AS [ID]
Caused exception:
Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
The statement has been terminated.
Could you please help to know what can be cause of this database error.