Hello,
I am exporting a table from sql server to Excel by using SSIS(using oledb source and excel destination)
One of the column datatype is Bit (it should show result 1 when it is true and 0 when it is False) but in excel result I got -1 instead of 1.
I was totally confused and I even tried to convert that into INT which places an error in Excel destination task when I run the package
error: Column "Active" cannot convert between Unicode and non unicode string datatypes
Can someone help please
↧