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
What is table join?
How to transfer a table from one schema to another?
What is SQL Azure Fabric?
How to encrypt Strored Procedure in SQL SERVER?
What are the basic functions for master, msdb, model, tempdb and resource databases?
What are the different types of join?
what is an index? : Sql server database administration
Define full outer join in sql server joins?
What is difference between delete & truncate commands?
what stored procedure would you use to view lock information? : Sql server administration
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Working with TLogs
what are acid properties? : Sql server database administration
How to count duplicated values in a column in ms sql server?
Difference between LEN() and DATALENGTH() in sql server ?