Forum Discussion

Roop_s610's avatar
Roop_s610
Copper Contributor
May 08, 2025

Dropping interimTables

Is there a script to allow the dropping all InterimTables from a database without having to do them one by one.  I seem to have built up an amount of these when building tables from various pipelines that have failed.

1 Reply

  • Yes, you can use a simple script to drop all interim tables in one go, especially if they follow a naming pattern like starting with Interim or containing the word Interim.

     

Resources