Hi everybody,
I'm trying to make a simple package of converting data from Excel into the table in the database. Excel insists of having all columns as DT_WSTR and my columns are defined as varchar in the table.
I'm trying to figure out what should I do. Is it my only option to go through derived columns or there is some unknown trick I can use?
This is what I have right now - can you please suggest what should I do besides changing table to use nvarchar instead of varchar ?
For every expert, there is an equal and opposite expert. - Becker's Law
My blog
My TechNet articles