Need to read the data from the excel and save it into an variable
Discussion posts and replies are publicly visible
There is a smart service to load data into DB. I recommend a two-step approach with a staging table with text fields only. Then write a stored procedure to transform the data into the final table.
Requirement is that the data is from two tables/multiple tables with one to many relationship. what approach you suggest here. to have parent data in one sheet and child data in second sheet. or anything else?