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
Ms sql server index?
What are the ways available in sql server to execute sql statements?
How to make remote connection in database?
How to identify current user in ssrs report?
What is the difference between count and distinct count?
What is sqlservr.exe - process - sql server (sqlex?press)?
What is the use of nvl work?
What are the types of indexing?
How many types of subqueries are there in sql server?
How do you delete a trigger?
How to update values in a table with update statements in ms sql server?
What is unpivot?
Tell me what is log shipping?
Difference between LEN() and DATALENGTH() in sql server ?
How network traffic be reduced by using the stored procedure?