Hi all,
I have been given the task of taking 100 excel sheets and importing them into one table in sql. Due to the size of each sheet excel really doesn't like it when you try to put it into one sheet then import.
The only solution i can think of at the moment is to import them one by one then union each table together. Each sheet i have been told will have the same field names. I am dreading having a very long union statement for 100 sql tables.
Has anyone got any better ideas?
Thanks
I have been given the task of taking 100 excel sheets and importing them into one table in sql. Due to the size of each sheet excel really doesn't like it when you try to put it into one sheet then import.
The only solution i can think of at the moment is to import them one by one then union each table together. Each sheet i have been told will have the same field names. I am dreading having a very long union statement for 100 sql tables.
Has anyone got any better ideas?
Thanks