Hi,
I have used import many times (sql server 2005). However the file I am trying to import shows (in the import preview screen) that the last column has a bunch of trailing dots, as in:
col 10
dog ................................
cat ................................
I don't know how many dots there are, I can't see that far!
I have row delimiter set to {LF}. But the import fails due to truncation on col 10 because of these dots I am assuming.
What can I do about this situation? I tried deleted col 10, since it's not essential to the import I'm doing, but the dots just transferred to col 9 instead!
Please help.
Thanks
I have used import many times (sql server 2005). However the file I am trying to import shows (in the import preview screen) that the last column has a bunch of trailing dots, as in:
col 10
dog ................................
cat ................................
I don't know how many dots there are, I can't see that far!
I have row delimiter set to {LF}. But the import fails due to truncation on col 10 because of these dots I am assuming.
What can I do about this situation? I tried deleted col 10, since it's not essential to the import I'm doing, but the dots just transferred to col 9 instead!
Please help.
Thanks