How do you find the error, how can you know the number of
rows effected by last SQL statement?
Answer Posted / chandra rekha
select @@error'Error'
select @@rowcount'Rows'
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to optimize stored procedure optimization?
Find first and last day of current month in sql server
What is transactional replication?
What is meant by datasource?
How to copy data from one table to another table?
How to handle error or exception in sql?
Name few endpoints exposed by ssrs 2012?
What is a performance monitor?
What happens if you are trying to access a schema not owned by you?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
How to create a stored procedure with a statement block in ms sql server?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
New concepts of sql server 2005 use in your project.
How to execute stored procedure in select statement sql server?
What are wait types?