• How are you going to name this column?

    If it's Comments then varchar can be used.

    If it's intended be "Details", then follow Gail advise and split it into separate columns, for example:

    SomeCode CHAR(4),

    AnotherCode CHAR(8),

    Amount DECIMAL(19,6),

    CurrencyCode CHAR(3)

    _____________________________________________
    "The only true wisdom is in knowing you know nothing"
    "O skol'ko nam otkrytiy chudnyh prevnosit microsofta duh!":-D
    (So many miracle inventions provided by MS to us...)

    How to post your question to get the best and quick help[/url]