I'm looking for the easiest way to import a text file to a database table, where the file has the following properties.
There are 20 fields, but the length of the fields vary from row to row. There is no reliable column terminator, as some fields are name fields which could be
STEVE SMITH or THE STEVE SMITH FOUNDATION
I'd like to use Bulk Insert, but I don't see a simple way of doing it.