The xml file generated use varchar for columns that defined as nvarchar on SQL Server. That is a problem because if I create a live database from xml file the type of the column will be created as varchar which should be nvarchar. I need nvarchar to store characters from language other than English.
-- -------------- Cheers, Jun
