How to achieve rowid of Oracle in SQL Server

Hi:
How can I get the same function of rowid of Oracle in SQL Server.

thanks


Answer this question

How to achieve rowid of Oracle in SQL Server

  • Tony Harris

    Hi:
    How can I get the same function of rowid of Oracle in SQL Server.

    thanks


    Link

  • Amish Bandekar

    Just use MSSQL 2005. ROW_NUMBER() function (see ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/82fa9016-77db-4b42-b4c8-df6095b81906.htm) is presented there.
  • How to achieve rowid of Oracle in SQL Server