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
Detail about the hardware which is supported by SQL server?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
Explain ms sql server reporting services vs crystal reports?
What are the types of subquery?
List out what other servers you can use with ssrs?
What is the maximum size of a dimension? : sql server analysis services, ssas
Why use “pivot” in sql server?
1 01 101 01010
Explain about the command-line tool SQLCMD?
What is the difference between clustered index and primary key?
how to restart sql server in single user mode? How to start sql server in minimal configuration mode? : Sql server database administration
What are system databases into sql server (2005/2008) : sql server database administration
Can you create a logon trigger in sql server 2005 express edition?
What is save transaction and save point?
What are distinctive joins find as a part of sql?