How to handle errors in Stored Procedures. I want to display
a message to the user in the .aspx page that is calling a
stored procedure in it's code behind. please help me.
Answer Posted / bru medishetty
You can use RaiseError or use the TRY CATCH Programming in
the Stored Procedure Code.
Thanks,
Bru Medishetty
www.LearnSQLWithBru,com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
 Explain what is sql override for a source taLle in a mapping?
How exceptions can be handled in sql server programming?
What are the properties and different types of sub-queries?
What happens if null values are involved in boolean operations?
What is public role in sql server?
Explain the various types of concurrency problem. I.e. Lost or buried updates, uncommitted dependency, inconsistent analysis, phantom read?
Can we write a distributed query and get some data which is located on other server and oracle database?
What is the query and subquery?
Can you explain various data region available in ssrs with their use?
Please explain go command in sql server?
mention different types of relationships in the dbms?
What is exporting utility?
What is difference between cte and view?
What are the differences between stored procedure and view in sql server?
If you want to send some data from access database to sql server database. What are different component of ssis will you use?