are there any function like ROW_Number() in MSSQL2000

  • I want to get the row number while selecting data, are there any function call ROW_NUMBER() in MSSQL 2000

  • No.

    Insert the data into a temp table that has an identity and then select with the identity column.

    Please post SQL 2000-related questions in the SQL 2000 forums.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

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

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