• All columns have to be of the same data type AND length. That was the only way I got mine to work, by converting them all to varchar(50).

    If I had some columns varchar(3) AND some varchar(50) it crapped out.