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
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
what is difference between NULL and ISNULL in SQL Server 2008?
How to remove duplicate rows from table?
What type of locking occurs during the snapshot generation? : sql server replication
How to end a stored procedure properly in ms sql server?
How to check parameter value in stored procedure sql server?
What are dml (data manipulation language) statements in ms sql server?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What do you know about normalization and de- normalization?
What is the bookmark lookup and rid lookup?
What are the requirements for sql server 2016?
When I run the sql server 2000 setup, it just hangs. What do I do?
Why do we backup Active Directory ?
What is a with(nolock)?
How do you implement session management in SQL Server mode?