----------------------------------------------------build the column list of the temp table----------------------------------------------------------------
----------------------------------------------------add create table verbage in front of column list--------------------------------------------------------
----------------------------------------------------build the table-----------------------------------------------------------------------------------------
COPY csv_i FROM 'C:\Users\ptrowbridge\Documents\OneDrive - The HC Companies, Inc\Cash\build_hist\full_dl\15Q1bal.csv' WITH (HEADER TRUE,DELIMITER ',', FORMAT CSV, ENCODING 'SQL_ASCII',QUOTE '"');