Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Suppress Errors Occured in Stored Procedures

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-07-07 : 07:07:05
Raghu Raman.B writes "Hi,

Qn1. Is there a way where in I can suppress the Error messages thrown by SQL Server to Front End. I dont want the error messages thrown by the SQL Server passed to Front end"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-07-07 : 07:08:25
I know this is a radical concept, but how about fixing the SQL code so that it doesn't generate errors? Or at least investigate why it's throwing so many errors that it's becoming a problem for you.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-07-07 : 07:25:14
quote:
Originally posted by AskSQLTeam

Raghu Raman.B writes "Hi,

Qn1. Is there a way where in I can suppress the Error messages thrown by SQL Server to Front End. I dont want the error messages thrown by the SQL Server passed to Front end"


Why?
Do you think suppressing error messages will solve your problem?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -