I have a table with 20 rows. I want to import 10k+ rows from an Excel. Do i have to have every column on the excel to match the table in SQL, not just the ones i want to insert? I'm just confused why i cannot get this to import.
I want to be able to just say insert these items into this table. I'm thinking it may be because i dont have the same columns in excel to match the SQL table.
I want to be able to just say insert these items into this table. I'm thinking it may be because i dont have the same columns in excel to match the SQL table.