I am trying to export sql server table data to excel.
I have a bit column in table. when I use import/wizard and transfer data the bit column data is showing in negative values in excel
for ex: source data is 1 and destination data is -1
I believe that Excel stores a boolean default as -1.
what datatype I need to select in mapping to convert boolean values to integers, and then write them to Excel.