Hi,
I have a query regarding creating tables dynamically using stored procedures and then inserting data into that table. Data will be present in an excel file with the required columns. From the excel I need to create one table and load the data into that table. Can we do this using stored procedure or is this feasible ? I have the attached excel file.
test_file.xlsx (8.63 KB)