• beezell (4/16/2009)


    Run this query on 2008 and tell me what you get back:

    SELECT MIN(severity),MAX(severity)

    FROM sys.sysmessages;

    That will give you your answer. Hint: 0 and 24. It's the same for RTM or SP1.

    Cheers,

    Brian

    The fact that there are no predefined messages with severity level 25 does not mean the defined range cannot include level 25 as well - and, as a matter of fact, it does!

    Best regards,
    Dietmar Weickert.