Share via


SrsReportDataProviderPreProcess::disableLockEscalation Method [AX 2012]

Disables lock escalation for the specified table.

Syntax

server public static void disableLockEscalation(TableId _tableId)

Run On

Server

Parameters

Remarks

This method is provided to avoid the lock escalation issues that are exhibited by preprocessing reports tables that are populated using set-based inserts. It should be used sparingly because it can have adverse effects on performance elsewhere in the system when it is under memory pressure.

See Also

Reference

SrsReportDataProviderPreProcess Class