How do I add additional .txt files into a SQL table a .txt file into SQL server

For the loads after / other than the first load, specify that headings are NOT included in the file. Since you're appending to an existing table, you don't need column names anyway.

1 Like