How can you get @@error and @@rowcount at the same time?
Answer Posted / gunasekaran k.j
SELECT @@Rowcount as rwCount, @@Error as Er
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How will you decide the active and passive nodes?
What is the difference between migration and upgradation in sql server?
Explain about merge replications?
What is the need for group functions in sql?
How to create a dynamic cursor with the dynamic option?
What is user-defined function?
What are cursors stored procedures and triggers?
What is self join in sql server joins?
What is nested transaction?
please differentiate between delete and truncate?
How to run sql server 2005 books online on your local system?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?
How do I start sql server 2016?
Can we use where clause with group by?
which table keeps the locking information? : Sql server administration