Hi Raj,
the "unidentified things" are binary data like INT, which are no readable text.
You can simply CAST any datatype to a CHAR to be able to use TEXT format.
But you didn't tell how the data should look like in your exported file.
If it should be delimited text i would recommed switching to TPT, in the latest versions there's a VARTEXT export without doing any typecasts.
Hi Raj,
the "unidentified things" are binary data like INT, which are no readable text.
You can simply CAST any datatype to a CHAR to be able to use TEXT format.
But you didn't tell how the data should look like in your exported file.
If it should be delimited text i would recommed switching to TPT, in the latest versions there's a VARTEXT export without doing any typecasts.