rda submitsql
Friday, March 30, 2012
RaisError in a function? Any ideas
›
Writing a function and need to raise an error under certain conditions. This is a gross over-simplification of the function. But you get the...
RAISERROR does not cause SQL task to fail - why?
›
Greetings, I have a stored procedure with a TRY / CATCH block. In the catch block I capture information about the error. I then use RAISE...
RAISERROR dilema
›
Hello, I am tring to use the RAISERROR command to log an error when it happens and pass a parameter into it. This is what I am looking for...
RAISERROR Behavior Question
›
I have a RAISERROR statement being displayed to the screen prior to a print statement, however the print statement was executed before the R...
raiserror / terminate a users connection
›
Hi, For slightly convoluted reasons I'd like to be able to terminate a users connection from within a stored procedure, in a similar way...
Raiserror
›
Is there a way to raise an exception inside a user function in the Sqlserver2000?.Guess not Did you check out BOL for specifics? CREATE FUNC...
RAISERROR
›
Hello, I am raising an error on my SQL 2005 procedure as follows: RAISERROR(@.ErrorMessage, @.ErrorSeverity, 1) How can I access it in my...
›
Home
View web version