• You might want to check out this page to verify that you are actually using Unicode http://mysecretbase.com/ColdFusion_and_Unicode.cfm

    Also, storing a resume in a nvarchar column might be a tight fit. You can try ntext for more space.

    You also might want to research collations in the SQL Server manual. It may provide you with some key insight.

    Good luck.