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
How to insert multiple rows with a subquery?
What is store procedure? How do they work?
In what sequence sql statement is processed?
How to call a function from a stored procedure in SQL Server ?
Explain the difference between delete,drop and truncate in SQL Server?
what are the core components of SSRS?
What is the difference between a function and a trigger?
How to list all triggers in the database with sys.triggers in ms sql server?
Explain what is lock escalation and what is its purpose?
What is triggers and stored procedures?
Suggest a method of joining two tables.
Explain a checkpoint?
When would you use sql joins?
What is a user-defined function in the sql server and what is its advantage?
Explain the use of keyword with encryption. Create a store procedure with encryption?