Looking for a simple way to insert row number information into a Table

  • 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?

  • Could you post what you're using at the moment? It would help to explain what you need.

    Feel free to simplify it down.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply