Hello,
I have an issue during importing very large (more than 3 GB) dump file into sql server express. I have used command line for this purpose. Unfortunately this file was exported in UTF-8 so I had to convert it unicode. The unicode columns contain N' prefix. Unfortunately the file contains apostrophes in other fields as well.
My question is: Is there an opportunity to skip bad rows during importing? (Force import e.g.)
Sincerely, Laszlo Toth