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
Explain database normalization?
What is raid? : SQL Server Architecture
What is clr ddl trigger?
If no size is defined while creating the database, what size will the database have?
What are null values in ms sql server?
What are the functions in sql server?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What is t-sql script to take database offline – take database online.
How to delete an existing row with delete statements in ms sql server?
How to select some specific rows from a table in ms sql server?
What are the types of subquery?
What is join query?
What is raid and what are different types of raid levels?
How do I make a resultset scrollable?
What is replication with database mirroring? : sql server database administration