Hi,
I have calculated that in September-2020 25.000.000 records are used.
To solve this I need to know which tables use so much records in 1 month
Does anybody have a piece of code like:
While walk trough every table inAOT
{
if(table.createdDate)
{
Select count of (recid) from table, where createdDate >= 01\09\2020 && createdDate <= 30\09\2020
Info(tablename, table.recid)
}
}
I'm working with some older version of Axapta, but maybe soemone knows the code and I can use it on that version