You could also try something like this,
INSERT INTO TABLENAME(COLUMN LIST)
SELECT * FROM OPENROWSET('MSDASQL', 'Driver={Microsoft Text Driver (*.txt; *.csv)};
DefaultDir=Path to File Here;','SELECT * FROM File Name Here ')
If this is a comma delimited file.