I want to import a one column text file into one of my sql tables. The file is just a list of swear words.
I\'ve written the following TSQL to do this
Check the last line has CR/LF (\r\n). Sometimes thats the problem, some other times an extra carriage return is at the end of the file. You can check that with an hexeditor.