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 triggers? : Sql server database administration
What are different types of table joins?
What is @@error in sql?
Define magic tables in sql server?
What to check if a User database is locked?
Can sql servers link to other servers?
Where are sql server user names and passwords stored in sql server?
Find nth lowest salary or get nth lowest salary?
What are the common performance issues in sql server?
You want to use a perspective in an mdx query. How do you select the perspective?
What command do we use to rename a database?
How to create a simple table to test triggers in ms sql server?
What is code near application topology?
What is the size of transaction log file?
State a few properties of relational databases?