• Very good question. I was asked this question in an interview.

    Q). What's the easiest and fastest way to move data of a table from file1 to file2?

    A). Move the clustered index from file1 to file2.

    SQL DBA.