I am experiencing an issue with the following:
I have two identical tables in MSSQL Server 2008 (one table copied from the other).
When I use the FME MSSQL Server writer to copy data from one table to the other, I get the warning:
SQL Server Writer: Attribute ‘FIELDNAME1’ of feature type “TABLE1’ has specified type ‘nvarchar(10)’, but existing database table field has type ‘nchar(20)’. Information may be lost during conversion.
The field type is in fact nvarchar(10) in both the source and destination tables. Any ideas why this warning occurs? These warning messages are only occurring where there are nchar and nvarchar field types in the table. I have two identical tables in MSSQL Server 2008 (one table copied from the other).
any ideas?