• How about this:

    [font="Courier New"]SELECT

       *

    FROM  

       INFORMATION_SCHEMA.Columns

    WHERE

       is_nullable = 'YES'[/font]