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 download and install the scaled-down database adventureworkslt?
Can I use sql azure as a backup with log shipping or database mirroring?
Write down the syntax and an example for create, rename and delete index?
Explain about remote stored procedure?
How to get all stored procedures in sql server?
What is explicit cursors?
Explain how many normalization forms?
What is sql server query analyzer?
What is log cache in sql server?
Define msdb database?
Write an sql query to find first weekday of the month?
Explain the steps needed to create a scheduled job?
What is the difference between a local and a global temporary table?
Where the sql logs gets stored?
What is primary key, unique key, and foreign key?