Hi
I have a SQL Server database which has many related tables.
At the moment, all of the data for each table is held in one single excel file, one single excel sheet. Each column in the excel file represents a field, each row represents a record.
My question is this, how can i import all of the data from the excel file, into multiple tables in one attempt?
Many thanks
I have a SQL Server database which has many related tables.
At the moment, all of the data for each table is held in one single excel file, one single excel sheet. Each column in the excel file represents a field, each row represents a record.
My question is this, how can i import all of the data from the excel file, into multiple tables in one attempt?
Many thanks