DELETE dbo.[Object] WHERE Type in (0,1) and ID BETWEEN 33000000 AND 33000999 DELETE dbo.[Object Metadata] WHERE [Object Type] = 1 and [Object ID] BETWEEN 33000000 AND 33000999 DELETE dbo.[Object Metadata Snapshot] WHERE [Object Type] = 1 and [Object ID]= BETWEEN 33000000 AND 33000999
Answers
Check tables again, there must be something in the version list.
But again in should pop up doing text search of all objects, like you tried.
Is the codeunit present in production database?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
First copy the table name list to Notepad/Excel. (only tables between 33 000 000 and 33 000 999)
Then issue the following in the SSMS:
That should do the NAV side.
The last thing would be to drop all tables which have been deleted from Object table from the database
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!