Hi all,
Just wanted to check something out if I may, we have a table (call it TableA) that is 29GB in size, its currently split over a number of partitions, I need to remove the partitioning and I wanted to check to see if there was another/easy way to do this, as of now my plan is;
So what do you think? does my plan sound about right or is there an easier way of doing this?
Thanks,
Nic
Drop all the non-clustered indexes then re-create the clustered index with the DROP EXISTING option and use the FILEGROUP name instead of the partition scheme name, and then re-create the non-clustered indexes.
Restore a copy of the database somewhere you can test first.
August 3, 2021 at 10:37 am
Hi,
Thanks for this, all work nicely.
Nic
August 3, 2021 at 2:14 pm
This was removed by the editor as SPAM
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply