how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / vimal
SELECT ROW_NUMBER() OVER(ORDER BY eName ASC) AS Rno, *
FROM emp
asc or desc required
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain error handling in ssis?
What is the sql server agent?
How to provide login information for a new odbc dsn?
What is the partitioning method?
Explain intellisense for query editing
How to stop log file growing too big?
What are logical/boolean operations in ms sql server?
Explain the third normal form(3nf)?
Is the order of columns in the set clause important in ms sql server?
What should be the fill factor for indexes created on tables? : sql server database administration
What is user-defined multi-statement table-valued function?
What is sql or structured query language?
What is SQL Azure?
What is sql server 2000 work load governor?
How to get a list of all tables with "sys.tables" view in ms sql server?