• Hi

    Did not understand you clearly but still...

    If you want to look whether a particular column allows nulls you can query the sys.columns or information_schema.columns views. Both these views have the is_nullable column which shows whether column allows nulls.

    "Keep Trying"