Question
Read excel data by using the store procedure
Here is the Problem
There is a excel which having the data
i want to create a store procedure that read the excel data and save this data to temp table.
after that it save the data to main table.
and after save into the main table, SP now truncate the temp table.
can anyone write the code of SP and tell me how to use this SP in process model
Thanks
