How can you get @@error and @@rowcount at the same time?
Answer Posted / raji
@@error - displays the error number of last T-Sql statement
@@rowcount - displays the total row count of last T-Sql
statement
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
What do you need to connect php to sql server?
What is bit data type?
What is format parameter in ssrs?
What are the different types of triggers in SQL SERVER?
Can we join two tables without primary key?
Explain what is use of dbcc commands?
how do you implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql server database administration
What are indexes in sql?
What does executeupdate return?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
What is a fill factor?
What is difference between equi join and inner join?
Can we add a cpu to sql server?