• SELECT OptionCode, OptionDesc,

    OptionLongDesc = CAST(OptionLongDesc AS NVARCHAR(MAX)) , UnitPrice

    FROM tbMasterOption

    WHERE ...