Hi,
I need to do the following but not sure if it's possible in SQL and if it is, how I would go about doing it if anyone is able to help at all please.
Each day, I will receive an excel file (CTR_DATA) of which will always have the same location, same number of columns, the same variable names with a value populated in each (Excel range - Variable Headers A1 - T1 Values A2 - T2).
Each day the volumes over written which is where I need a process.
I have an excel master file (Master_CTR_Template) which will capture each days results and at the moment, I have to open the excel file (CTR_DATA) each day, copy the values then past into a new row within the (Master_CTR_Template).
Is the a process within SQL where this can be automated please and if so, can anyone please point me in the right direction as to how I would go about doing this?
Thanks