Blog on Microsoft Dynamics AX/ D365
protected void removeRecIdSuspension()
{
TableId tableId= <Table num>;
appl.sysRecIdSequence().removeRecIdSuspension(tableId);
}
Refrence: sys.dm_db_missing_index_details (Transact-SQL) - SQL Server | Microsoft Learn
No comments:
Post a Comment