this is the column in my table
[DisorderCode] [nvarchar] (10) COLLATE SQL_Romanian_Cp1250_CI_AS NOT NULL ,
i am not sure if i have put the correct collate type.
data will be loaded from an application written in C++ but sometime i have to insert rows thru query analyzer.
would be really helpful if you could explain.
Thanks