Azure – Create procedure COPY INTO statement with column names from external storage
I would like to use the COPY INTO statement to copy a table with it's column names from an external storage. Would like to achieve it using a generic procedure which can use for different tables. Here below you find…