how to get the rowid/rownumbes of a table in sqlserver

Answer Posted / samar

hi i had tried same but i am getting error

Server: Msg 195, Level 15, State 10, Line 1
'row_number' is not a recognized function name

here querry is

select row_number() over(order by Income_Verification_id
) from Dim_Income_Verification

plz reply !!

Is This Answer Correct ?    5 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I view views in sql server?

520


What is log in sql server?

592


What is cursor in ms sql server?

566


What is the purpose of indexing?

599


What are the different types of backups avaialabe in sql server 2005?

626






Explain primary key?

549


What is difference statement and preparedstatement?

550


Explain what is meant by replication of database?

535


How to concatenate two strings in SQL Server.

597


What is application role in sql server database security? : sql server security

558


Define constraints and give an example of their use?

565


Name the different type of indexes in sql?

533


Can I run multiple instances of sql server 2000 at the same time on one computer?

608


How to update values in a table with update statements in ms sql server?

557


What are indexes in ms sql server?

554