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.
Will try it out. Thank you