how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / payal nath
SELECT ROW_NUMBER() OVER(ORDER BY <FieldName>)
FROM <TableName>
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
What are commit and rollback in sql?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
Why people hate cursor?
Scalability, Availability, Integration with internet, etc.)?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
When would you use it?
Can you import Microsoft Excel data to SSRS?
What are the mathematical functions supported by sql server 2005?
How to add the custom code in Report?
What is a trigger and its types?
Name some of the open source software that you can use in alternative to SSR?
What are the advantages dts has over bcp?
How to throw custom exception in Stored Procedure?
you have separate development and production systems you want to move a copy of a development database into production to do this, you do a backup on the development system and restore to the production system after a few minutes, you begin getting calls from several customers saying that they are denied access to the system why? : Sql server administration
What are the lambda triggers?