Viewing 2 posts - 1 through 2 (of 2 total)
This also worked for me ...
We recently upgraded to Office 365 (64 bit) and I could no longer import Excel files in either SSMS 2014 or SSMS v17.9.1. Yet after...
August 13, 2019 at 8:16 pm
#3671155
Also, once failures are found, you could distinguish actual '?' values from Unicode values and get the percentage of Unicode characters with ...
SELECT t.val
, UnicodeStringLen = len(t.val)
...
May 27, 2015 at 9:03 am
#1800974