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 is spatial nonclustered index
Is mysql the same as sql server?
What is after dml trigger?
Is it safe to delete log files?
What are user-defined functions (udfs) in sql server?
What happens to a trigger with multiple affected rows?
Is it true, that there is no difference between a rule and a check constraint?
What do you understand by triggers?
where can you add custom error messages to sql server? : Sql server administration
How to modify the underlying query of an existing view?
What are the differences in Clustering in SQL Server 2005 and 2008 or 2008 R2?
Explain what is cte (common table expression)?
Explain the flow of creating a cube? : sql server analysis services, ssas
What does it mean to be in union?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?