How do you find the error, how can you know the number of
rows effected by last SQL statement?
Answers were Sorted based on User's Feedback
select @@error'Error'
select @@rowcount'Rows'
Is This Answer Correct ? | 4 Yes | 0 No |
how do u find least salary in a table
What is scheduled job and how to create it?
Difference between LEN() and DATALENGTH() in sql server ?
How to update muliple row in single query?
Relational calculus is what type of language?
How many full-text indexes can a table have?
What is 1nf 2nf and 3nf?
between cast and convert which function would you prefer and why?
How to change the system date and time from SQL Plus Terminal ?
What are the authentication modes in sql server? How can it be changed?
What are “lost updates”?
How do you test your database? : sql server database administration