how to get the rowid/rownumbes of a table in sqlserver
Answer Posted / vivek
Select Count(*) as ro_no from <tablename>
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What are recommended options to be used while using db mirroring? : sql server database administration
Explain different types of lock modes in sql server 2000?
What are null values in ms sql server?
What’s the distinction between dropping a info and taking a info offline?
How to create a Master database in SQL server ?
How do I start sql server agent automatically?
What is acid mean in sql server?
What do you understand by the denormalisation?
What is the use of custom fields in report?
What is a linked server in sql server?
how to create a scrollable cursor with the scroll option? : Sql server database administration
How to create a local temporary stored procedure?
Explain tablesample?
What are translations and its use? : sql server analysis services, ssas
What are locks in sql?