Deleting the records from the FACT table
Perform this procedure to delete records from the FACT table.
- Connect to the source database.
- Execute the following script:
DELETE FROM PR_DATA_IH_FACT WHERE PXOUTCOMETIME < TO_DATE(<DATE_STRING>, <DATE_FORMAT_STRING>);
Previous topic Merging the dimension records Next topic Applying interaction history scripts in Microsoft SQL Server