Trying to create partition for existing tables in a database. I was thinking to have SSIS to
- Script out table generation script for a table
- Modify the script to replace name etc to create new table
- Transfer data from the original table to the new table being created
- Rename the original table to another name
- Rename the new table as original table
Is it possible?