I know that the OVER command cannot be used in update statements, which limits my ability to update tables with row number mainpulations.
Currently I am creating a temp table with a foreign key, and the row number information....and then joining that with the original table with an update statement.
Is there a cleaner, faster way to accomplish this?