how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / dhivakar
SELECT
ROW_NUMBER() OVER (ORDER BY emp_id) AS rowid,
*
FROM employee
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql language?
Describe different Processing Modes offered by SSRS?
What is full outer join in sql server joins?
What are the system database in sql server 2005?
Why would you call update statistics?
What is a print index?
Do you know what is a trace frag? Where do we use it?
what is the difference between them (ethernet networks and token ring networks)? : Sql server database administration
Explain the types of indexes.
What is transaction server distributed transaction?
How to rebuild master databse?
Explain an incremental backup?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
Explain what is lock escalation?
Define self join?