We have SQL SERVER 2008 R2 and in one of our tables we have used FileStream feature.Now we want to change the location of FileStream,What is the correct way to do that?
I want to create a new FileGroup and FileStream File Pointing to new location and then create the same table with other name on new FileGroup and then transfer the data from old table to new table and finally remove the old table and rename the new one.
Is this right approach?