I need some help in understanding the options that are available in moving data from one filegroup to another.
As per my knowledge, these are some of the options available
Option 1: Recreate clustered index on the new filegroup
Option 2: Create a table on new filegroup, insert data from table in old filegroup, drop the table in old filegroup.
Are there more options available.
Actually, can we have a discussion on why we should opt for one option over another?