There is a data problem in one of the models which is
causing the optimize package to fail. After troubleshooting with the basis team
and SAP, we’ve determined the issue is that there are parent level members with
records posted to them in the FAC table. As a result we need to clear
these records directly in the table.
I’m wondering what the best way would be to query the
information in server mgmt. studio using SQL, since there are over 200 members
that need to have their records deleted.
My idea was to assign a master data property to the 200
members, and then write the SQL query to only return records where the master
data property values are populated. Is this possible if so how would you structure the query/code?