I looking for a script that moves indexes from one physical location to another...basically from one file group to another...I've more than 500 indexes to move to their owne disk space...any ideas?
I'd write dynamic sql to do this. I would process through SYSINDEXES and use the "PRINT" statement to build the appropriate T-SQL statements to move the indexes.