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
Differentiate between a having clause and a where clause.
What is the use of @@spid?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What is nested transaction?
What is the chart in report?
What are points to remember while using the fillfactor argument?
List out a number of the wants to setup a SQL Server failover cluster?
What is the architecture of ms sql reporting service?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What are the rules to use the rowguidcol property to define a globally unique identifier column?
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
Can binary strings be used in arithmetical operations?
What are the advantages to use stored procedures?
What are the dis_advantages of stored procedures, triggers, indexes?
How to connect of datebase with sql express.?