I am developing a SSIS package that will open an Excel spreadsheet and import the data into a database table in SQL Server 2008. When I try to convert the Excel column data type: Unicode String [DT_WSTR]
to a unique identifier data type: unique identifier [DT_GUID]
, I get the following error:
"Invalid character value for cast specification"
What do I need to do to resolve the conversion error?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…