deleting data from partitioned table

  • We have a table that is currently partitioned on a date column. The data has been copied to a warehouse and we would like to delete the data from the table since we do not need two copies. We are planning on just dropping the partitions instead of running delete statements. Are there any gotchas that we need to be aware of before moving forward with this strategy?

    Thanks in advance.

  • Shouldn't be any problems but tested in Dev first.

    Alex S

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply