how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / renu
Row_number() works on SQL 2005 and upper version, if u r
trying it on 2000 it will not work.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the advantages of mirroring?
What is enhanced database mirroring in sql server 2008?
How to insert multiple rows with one insert statement in ms sql server?
What is trigger explain with program?
What is order of B+tree?
What is dknf in normalization form?
When do you think a developer should use sql server-based cursors?
what is memory-optimized nonclustered indexes
What does <> symbol mean?
List the different normalization forms?
How can I create a report based on a query? : sql server management studio
What is the query and subquery?
How do I find sql server instance name?
What happens to a trigger with multiple affected rows?
How to count rows with the count(*) function in ms sql server?