I think I know the answer to this, but I want to make sure. There isn't much information I can find that directly addresses this issue, and I'm betting that is in some ways validating that it works the way I think it should.
On a table that is partitioned with a function, does changing the column that the function uses to determine which partition to place the row on during insert actually move the row, or do I need to do a delete and insert?
Thanks for the help on this.
Todd