Dear SQL Community,
I am in the process of populating a sql table that has German data. The table has been created using various unicode data type fields (i.e. nchar, nvarchar).
What is it that I need to do next? Can I just populate the table with english data characters and hope for the conversion to take affect upon SELECT from the table,
OR
Do I need a class in Unicode/Datatype Conversion? Please help! thanks jm