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 activity monitors
What is recompile sql server?
What is the difference between dropping a database and taking a database offline?
What is the recovery model? List the types of recovery model available in sql server?
Explain what is the main purpose of having conversation group?
Tell me what is the difference between locking and multi-versioning?
What is the stuff?
Explain atomicity?
What are the new data types are introduced in sql 2000?
Explain what is the function of sql server agent windows service?
what is a default tcp/ip socket assigned for sql server? : Sql server database administration
Insert syudents details in table.Current system date &time insert into joining time.How do insert?( in sysdate only return current system date how do add time?)
Explain go command in sql server?
How to optimize stored procedure optimization?
Explain about temporary stored procedure?