• 0 to 24 is definitely WRONG!

    Just try the following statement:

    RAISERROR ('Test Message', 25, 1) WITH LOG

    and the result will be an error with severity level 25. (You may even use any level higher than 25 and get the same result.)

    Best regards,
    Dietmar Weickert.