The command itself will not change, as the table names are the same. The cut and paste may not be feasible, as the database name is what is changing. We are using a similar stock table structure for each of our clients, but need to point to a different instance or database name. The Commands are being used in place of custom Views, as Views are harder to keep track of.
We have to repoint each table to the new database/table to move the datasource, but weren't clear how to move the command in the same scenario.